Color Hex Logo

#a88006 Color Hex

#A88006
(168,128,6)
0 Favorites   0 Comments

Color spaces of #a88006

RGB 1681286
HSL0.130.930.34
HSV45°96°66°
CMYK 0.000.240.96   0.34
XYZ23.900523.77633.5019
Yxy23.77630.46700.4646
Hunter Lab48.76092.161329.8746
CIE-Lab55.86315.837360.2989

#a88006 color RGB value is (168,128,6).

#a88006 hex color red value is 168, green value is 128 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #a88006 hue: 0.13 , saturation: 0.93 and the lightness value of a88006 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 00000110
Octal 250 200 6
Decimal 168 128 6
Hex A8 80 6

RGB Percentages of Color #a88006

%55.63
%42.38
%1.99

CMYK Percentages of Color #a88006

%0
%24
%96
%34

Triadic Colors of #a88006

#a88006 #06a880 #8006a8

Analogous Colors of #a88006

#a88006 #7fa806 #a82f06

Monochromatic Colors of #a88006

#a88006

Complementary Color

#a88006 #062ea8

#a88006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88006 Color CSS Codes

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

#a88006 Text Font Color

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

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


#a88006 Background Color

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

This div background color is #a88006


#a88006 Border Color

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

This div border color is #a88006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88006


Comments

No comments written yet.

Please login to write comment.