Color Hex Logo

#a9645a Color Hex

#A9645A
(169,100,90)
0 Favorites   0 Comments

Color spaces of #a9645a

RGB 16910090
HSL0.020.310.51
HSV47°66°
CMYK 0.000.410.47   0.34
XYZ22.764818.287512.0029
Yxy18.28750.42910.3447
Hunter Lab42.763920.185413.2933
CIE-Lab49.843026.706117.6253

#a9645a color RGB value is (169,100,90).

#a9645a hex color red value is 169, green value is 100 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a9645a hue: 0.02 , saturation: 0.31 and the lightness value of a9645a is 0.51.

The process color (four color CMYK) of #a9645a color hex is 0.00, 0.41, 0.47, 0.34. Web safe color of #a9645a is #996666. Color #a9645a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100100 01011010
Octal 251 144 132
Decimal 169 100 90
Hex A9 64 5A

RGB Percentages of Color #a9645a

%47.08
%27.86
%25.07

CMYK Percentages of Color #a9645a

%0
%41
%47
%34

Triadic Colors of #a9645a

#a9645a #5aa964 #645aa9

Analogous Colors of #a9645a

#a9645a #a98c5a #a95a78

Monochromatic Colors of #a9645a

#a9645a

Complementary Color

#a9645a #5a9fa9

#a9645a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9645a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9645a Color CSS Codes

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

#a9645a Text Font Color

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

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


#a9645a Background Color

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

This div background color is #a9645a


#a9645a Border Color

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

This div border color is #a9645a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9645a


Comments

No comments written yet.

Please login to write comment.