Color Hex Logo

#a8a070 Color Hex

#A8A070
(168,160,112)
0 Favorites   0 Comments

Color spaces of #a8a070

RGB 168160112
HSL0.140.240.55
HSV51°33°66°
CMYK 0.000.050.33   0.34
XYZ31.643934.636320.3469
Yxy34.63630.36530.3998
Hunter Lab58.8526-7.016120.6987
CIE-Lab65.4645-4.599826.1131

#a8a070 color RGB value is (168,160,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10100000 01110000
Octal 250 240 160
Decimal 168 160 112
Hex A8 A0 70

RGB Percentages of Color #a8a070

%38.18
%36.36
%25.45

CMYK Percentages of Color #a8a070

%0
%5
%33
%34

Triadic Colors of #a8a070

#a8a070 #70a8a0 #a070a8

Analogous Colors of #a8a070

#a8a070 #94a870 #a88470

Monochromatic Colors of #a8a070

#a8a070

Complementary Color

#a8a070 #7078a8

#a8a070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a070 Color CSS Codes

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

#a8a070 Text Font Color

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

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


#a8a070 Background Color

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

This div background color is #a8a070


#a8a070 Border Color

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

This div border color is #a8a070


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,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 #a8a070">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a070


Comments

No comments written yet.

Please login to write comment.