Color Hex Logo

#a9561c Color Hex

#A9561C
(169,86,28)
0 Favorites   0 Comments

Color spaces of #a9561c

RGB 1698628
HSL0.070.720.39
HSV25°83°66°
CMYK 0.000.490.83   0.34
XYZ19.899615.17442.9787
Yxy15.17440.52290.3988
Hunter Lab38.954323.015622.7343
CIE-Lab45.872130.206446.4129

#a9561c color RGB value is (169,86,28).

#a9561c hex color red value is 169, green value is 86 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #a9561c hue: 0.07 , saturation: 0.72 and the lightness value of a9561c is 0.39.

The process color (four color CMYK) of #a9561c color hex is 0.00, 0.49, 0.83, 0.34. Web safe color of #a9561c is #996633. Color #a9561c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 00011100
Octal 251 126 34
Decimal 169 86 28
Hex A9 56 1C

RGB Percentages of Color #a9561c

%59.72
%30.39
%9.89

CMYK Percentages of Color #a9561c

%0
%49
%83
%34

Triadic Colors of #a9561c

#a9561c #1ca956 #561ca9

Analogous Colors of #a9561c

#a9561c #a99d1c #a91c29

Monochromatic Colors of #a9561c

#a9561c

Complementary Color

#a9561c #1c6fa9

#a9561c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9561c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9561c Color CSS Codes

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

#a9561c Text Font Color

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

This sample text font color is #a9561c
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.


#a9561c Background Color

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

This div background color is #a9561c


#a9561c Border Color

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

This div border color is #a9561c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,86,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9561c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9561c;
  -webkit-box-shadow: 1px 1px 3px 2px #a9561c;
  box-shadow:         1px 1px 3px 2px #a9561c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,86,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9561c


Comments

No comments written yet.

Please login to write comment.