Color Hex Logo

#a8a76d Color Hex

#A8A76D
(168,167,109)
0 Favorites   0 Comments

Color spaces of #a8a76d

RGB 168167109
HSL0.160.250.54
HSV59°35°66°
CMYK 0.000.010.35   0.34
XYZ32.727537.066419.8976
Yxy37.06640.36490.4133
Hunter Lab60.8822-10.590323.2403
CIE-Lab67.3268-8.715630.1719

#a8a76d color RGB value is (168,167,109).

#a8a76d hex color red value is 168, green value is 167 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a8a76d hue: 0.16 , saturation: 0.25 and the lightness value of a8a76d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10100111 01101101
Octal 250 247 155
Decimal 168 167 109
Hex A8 A7 6D

RGB Percentages of Color #a8a76d

%37.84
%37.61
%24.55

CMYK Percentages of Color #a8a76d

%0
%1
%35
%34

Triadic Colors of #a8a76d

#a8a76d #6da8a7 #a76da8

Analogous Colors of #a8a76d

#a8a76d #8ca86d #a88a6d

Monochromatic Colors of #a8a76d

#a8a76d

Complementary Color

#a8a76d #6d6ea8

#a8a76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a76d Color CSS Codes

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

#a8a76d Text Font Color

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

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


#a8a76d Background Color

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

This div background color is #a8a76d


#a8a76d Border Color

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

This div border color is #a8a76d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,167,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a76d


Comments

No comments written yet.

Please login to write comment.