Color Hex Logo

#a8915a Color Hex

#A8915A
(168,145,90)
0 Favorites   0 Comments

Color spaces of #a8915a

RGB 16814590
HSL0.120.310.51
HSV42°46°66°
CMYK 0.000.140.46   0.34
XYZ28.119329.313813.8489
Yxy29.31380.39450.4112
Hunter Lab54.1422-2.043122.7339
CIE-Lab61.05761.019732.2771

#a8915a color RGB value is (168,145,90).

#a8915a hex color red value is 168, green value is 145 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a8915a hue: 0.12 , saturation: 0.31 and the lightness value of a8915a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010001 01011010
Octal 250 221 132
Decimal 168 145 90
Hex A8 91 5A

RGB Percentages of Color #a8915a

%41.69
%35.98
%22.33

CMYK Percentages of Color #a8915a

%0
%14
%46
%34

Triadic Colors of #a8915a

#a8915a #5aa891 #915aa8

Analogous Colors of #a8915a

#a8915a #98a85a #a86a5a

Monochromatic Colors of #a8915a

#a8915a

Complementary Color

#a8915a #5a71a8

#a8915a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8915a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8915a Color CSS Codes

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

#a8915a Text Font Color

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

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


#a8915a Background Color

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

This div background color is #a8915a


#a8915a Border Color

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

This div border color is #a8915a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8915a


Comments

No comments written yet.

Please login to write comment.