Color Hex Logo

#a9a070 Color Hex

#A9A070
(169,160,112)
0 Favorites   0 Comments

Color spaces of #a9a070

RGB 169160112
HSL0.140.250.55
HSV51°34°66°
CMYK 0.000.050.34   0.34
XYZ31.857634.746520.3569
Yxy34.74650.36630.3996
Hunter Lab58.9462-6.685020.7867
CIE-Lab65.5508-4.193426.2432

#a9a070 color RGB value is (169,160,112).

#a9a070 hex color red value is 169, green value is 160 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #a9a070 hue: 0.14 , saturation: 0.25 and the lightness value of a9a070 is 0.55.

The process color (four color CMYK) of #a9a070 color hex is 0.00, 0.05, 0.34, 0.34. Web safe color of #a9a070 is #999966. Color #a9a070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10100000 01110000
Octal 251 240 160
Decimal 169 160 112
Hex A9 A0 70

RGB Percentages of Color #a9a070

%38.32
%36.28
%25.40

CMYK Percentages of Color #a9a070

%0
%5
%34
%34

Triadic Colors of #a9a070

#a9a070 #70a9a0 #a070a9

Analogous Colors of #a9a070

#a9a070 #96a970 #a98470

Monochromatic Colors of #a9a070

#a9a070

Complementary Color

#a9a070 #7079a9

#a9a070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9a070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9a070 Color CSS Codes

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

#a9a070 Text Font Color

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

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


#a9a070 Background Color

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

This div background color is #a9a070


#a9a070 Border Color

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

This div border color is #a9a070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9a070


Comments

No comments written yet.

Please login to write comment.