Color Hex Logo

#a88012 Color Hex

#A88012
(168,128,18)
0 Favorites   0 Comments

Color spaces of #a88012

RGB 16812818
HSL0.120.810.36
HSV44°89°66°
CMYK 0.000.240.89   0.34
XYZ23.976823.80683.9037
Yxy23.80680.46390.4606
Hunter Lab48.79222.329729.4110
CIE-Lab55.89386.040458.0068

#a88012 color RGB value is (168,128,18).

#a88012 hex color red value is 168, green value is 128 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a88012 hue: 0.12 , saturation: 0.81 and the lightness value of a88012 is 0.36.

The process color (four color CMYK) of #a88012 color hex is 0.00, 0.24, 0.89, 0.34. Web safe color of #a88012 is #999900. Color #a88012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 00010010
Octal 250 200 22
Decimal 168 128 18
Hex A8 80 12

RGB Percentages of Color #a88012

%53.50
%40.76
%5.73

CMYK Percentages of Color #a88012

%0
%24
%89
%34

Triadic Colors of #a88012

#a88012 #12a880 #8012a8

Analogous Colors of #a88012

#a88012 #85a812 #a83512

Monochromatic Colors of #a88012

#a88012

Complementary Color

#a88012 #123aa8

#a88012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88012 Color CSS Codes

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

#a88012 Text Font Color

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

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


#a88012 Background Color

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

This div background color is #a88012


#a88012 Border Color

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

This div border color is #a88012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88012


Comments

No comments written yet.

Please login to write comment.