color codes Logo

#a53d0a color codes

#A53D0A
(165,61,10)
0 Favorites   0 Comments

Color spaces of #a53d0a

RGB 1656110
HSL0.050.890.34
HSV20°94°65°
CMYK 0.000.630.94   0.35
XYZ17.240611.35871.5709
Yxy11.35870.57140.3765
Hunter Lab33.702732.332020.8283
CIE-Lab40.178240.888548.1704

#a53d0a color RGB value is (165,61,10).

#a53d0a hex color red value is 165, green value is 61 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a53d0a hue: 0.05 , saturation: 0.89 and the lightness value of a53d0a is 0.34.

The process color (four color CMYK) of #a53d0a color code is 0.00, 0.63, 0.94, 0.35. Web safe color of #a53d0a is #993300. Color #a53d0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111101 00001010
Octal 245 75 12
Decimal 165 61 10
Hex A5 3D A

RGB Percentages of Color #a53d0a

%69.92
%25.85
%4.24

CMYK Percentages of Color #a53d0a

%0
%63
%94
%35

Triadic Colors of #a53d0a

#a53d0a #0aa53d #3d0aa5

Analogous Colors of #a53d0a

#a53d0a #a58b0a #a50a25

Monochromatic Colors of #a53d0a

#a53d0a

Complementary Color

#a53d0a #0a72a5

#a53d0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53d0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53d0a Color CSS Codes

.mybgcolor {background-color:#a53d0a; } 
.myforecolor {color:#a53d0a; }
.mybordercolor {border:3px solid #a53d0a; }

#a53d0a Text Font Color

<p style="color:#a53d0a">Text here</p>

This sample text font color is #a53d0a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a53d0a Background Color

<div style="background-color:#a53d0a">
Div content here</div>

This div background color is #a53d0a


#a53d0a Border Color

<div style="border:3px solid #a53d0a">
Div here</div>

This div border color is #a53d0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,61,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a53d0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a53d0a;
  -webkit-box-shadow: 1px 1px 3px 2px #a53d0a;
  box-shadow:         1px 1px 3px 2px #a53d0a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,61,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a53d0a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a53d0a;
  -webkit-box-shadow: 1px 1px 3px 2px #a53d0a;
  box-shadow:         1px 1px 3px 2px #a53d0a;">
Div content here</div>

This div box has shadow with color #a53d0a


Comments

No comments written yet.

Please login to write comment.