Color Hex Logo

#a88972 Color Hex

#A88972
(168,137,114)
0 Favorites   0 Comments

Color spaces of #a88972

RGB 168137114
HSL0.070.240.55
HSV26°32°66°
CMYK 0.000.180.32   0.34
XYZ28.131427.431119.7316
Yxy27.43110.37360.3643
Hunter Lab52.37474.219814.3254
CIE-Lab59.37138.336216.7719

#a88972 color RGB value is (168,137,114).

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

The process color (four color CMYK) of #a88972 color hex is 0.00, 0.18, 0.32, 0.34. Web safe color of #a88972 is #999966. Color #a88972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001001 01110010
Octal 250 211 162
Decimal 168 137 114
Hex A8 89 72

RGB Percentages of Color #a88972

%40.10
%32.70
%27.21

CMYK Percentages of Color #a88972

%0
%18
%32
%34

Triadic Colors of #a88972

#a88972 #72a889 #8972a8

Analogous Colors of #a88972

#a88972 #a8a472 #a87276

Monochromatic Colors of #a88972

#a88972

Complementary Color

#a88972 #7291a8

#a88972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88972 Color CSS Codes

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

#a88972 Text Font Color

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

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


#a88972 Background Color

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

This div background color is #a88972


#a88972 Border Color

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

This div border color is #a88972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88972


Comments

No comments written yet.

Please login to write comment.