Color Hex Logo

#a8881f Color Hex

#A8881F
(168,136,31)
0 Favorites   0 Comments

Color spaces of #a8881f

RGB 16813631
HSL0.130.690.39
HSV46°82°66°
CMYK 0.000.190.82   0.34
XYZ25.199926.03214.9928
Yxy26.03210.44820.4630
Hunter Lab51.0217-1.125729.9133
CIE-Lab58.06751.954356.1172

#a8881f color RGB value is (168,136,31).

#a8881f hex color red value is 168, green value is 136 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #a8881f hue: 0.13 , saturation: 0.69 and the lightness value of a8881f is 0.39.

The process color (four color CMYK) of #a8881f color hex is 0.00, 0.19, 0.82, 0.34. Web safe color of #a8881f is #999933. Color #a8881f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001000 00011111
Octal 250 210 37
Decimal 168 136 31
Hex A8 88 1F

RGB Percentages of Color #a8881f

%50.15
%40.60
%9.25

CMYK Percentages of Color #a8881f

%0
%19
%82
%34

Triadic Colors of #a8881f

#a8881f #1fa888 #881fa8

Analogous Colors of #a8881f

#a8881f #84a81f #a8441f

Monochromatic Colors of #a8881f

#a8881f

Complementary Color

#a8881f #1f3fa8

#a8881f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8881f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8881f Color CSS Codes

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

#a8881f Text Font Color

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

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


#a8881f Background Color

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

This div background color is #a8881f


#a8881f Border Color

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

This div border color is #a8881f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8881f


Comments

No comments written yet.

Please login to write comment.