Color Hex Logo

#a9562e Color Hex

#A9562E
(169,86,46)
0 Favorites   0 Comments

Color spaces of #a9562e

RGB 1698646
HSL0.050.570.42
HSV20°73°66°
CMYK 0.000.490.73   0.34
XYZ20.183115.28794.4719
Yxy15.28790.50530.3827
Hunter Lab39.099723.716320.5887
CIE-Lab46.026030.946437.9375

#a9562e color RGB value is (169,86,46).

#a9562e hex color red value is 169, green value is 86 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a9562e hue: 0.05 , saturation: 0.57 and the lightness value of a9562e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 00101110
Octal 251 126 56
Decimal 169 86 46
Hex A9 56 2E

RGB Percentages of Color #a9562e

%56.15
%28.57
%15.28

CMYK Percentages of Color #a9562e

%0
%49
%73
%34

Triadic Colors of #a9562e

#a9562e #2ea956 #562ea9

Analogous Colors of #a9562e

#a9562e #a9942e #a92e44

Monochromatic Colors of #a9562e

#a9562e

Complementary Color

#a9562e #2e81a9

#a9562e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9562e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9562e Color CSS Codes

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

#a9562e Text Font Color

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

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


#a9562e Background Color

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

This div background color is #a9562e


#a9562e Border Color

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

This div border color is #a9562e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9562e


Comments

No comments written yet.

Please login to write comment.