Color Hex Logo

#a8a65f Color Hex

#A8A65F
(168,166,95)
0 Favorites   0 Comments

Color spaces of #a8a65f

RGB 16816695
HSL0.160.300.52
HSV58°43°66°
CMYK 0.000.010.43   0.34
XYZ31.850236.423516.1782
Yxy36.42350.37710.4313
Hunter Lab60.3519-11.413926.3528
CIE-Lab66.8422-9.786836.9012

#a8a65f color RGB value is (168,166,95).

#a8a65f hex color red value is 168, green value is 166 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a8a65f hue: 0.16 , saturation: 0.30 and the lightness value of a8a65f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10100110 01011111
Octal 250 246 137
Decimal 168 166 95
Hex A8 A6 5F

RGB Percentages of Color #a8a65f

%39.16
%38.69
%22.14

CMYK Percentages of Color #a8a65f

%0
%1
%43
%34

Triadic Colors of #a8a65f

#a8a65f #5fa8a6 #a65fa8

Analogous Colors of #a8a65f

#a8a65f #86a85f #a8825f

Monochromatic Colors of #a8a65f

#a8a65f

Complementary Color

#a8a65f #5f61a8

#a8a65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a65f Color CSS Codes

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

#a8a65f Text Font Color

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

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


#a8a65f Background Color

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

This div background color is #a8a65f


#a8a65f Border Color

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

This div border color is #a8a65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a65f


Comments

No comments written yet.

Please login to write comment.