Color Hex Logo

#a8a48a Color Hex

#A8A48A
(168,164,138)
0 Favorites   0 Comments

Color spaces of #a8a48a

RGB 168164138
HSL0.140.150.60
HSV52°18°66°
CMYK 0.000.020.18   0.34
XYZ34.011436.710729.3380
Yxy36.71070.33990.3669
Hunter Lab60.5894-5.831713.7037
CIE-Lab67.0594-3.039014.0284

#a8a48a color RGB value is (168,164,138).

#a8a48a hex color red value is 168, green value is 164 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a8a48a hue: 0.14 , saturation: 0.15 and the lightness value of a8a48a is 0.60.

The process color (four color CMYK) of #a8a48a color hex is 0.00, 0.02, 0.18, 0.34. Web safe color of #a8a48a is #999999. Color #a8a48a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10100100 10001010
Octal 250 244 212
Decimal 168 164 138
Hex A8 A4 8A

RGB Percentages of Color #a8a48a

%35.74
%34.89
%29.36

CMYK Percentages of Color #a8a48a

%0
%2
%18
%34

Triadic Colors of #a8a48a

#a8a48a #8aa8a4 #a48aa8

Analogous Colors of #a8a48a

#a8a48a #9da88a #a8958a

Monochromatic Colors of #a8a48a

#a8a48a

Complementary Color

#a8a48a #8a8ea8

#a8a48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a48a Color CSS Codes

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

#a8a48a Text Font Color

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

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


#a8a48a Background Color

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

This div background color is #a8a48a


#a8a48a Border Color

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

This div border color is #a8a48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a48a


Comments

No comments written yet.

Please login to write comment.