Color Hex Logo

#ac8b0b Color Hex

#AC8B0B
(172,139,11)
0 Favorites   0 Comments

Color spaces of #ac8b0b

RGB 17213911
HSL0.130.880.36
HSV48°94°67°
CMYK 0.000.190.94   0.33
XYZ26.306327.26014.1918
Yxy27.26010.45550.4720
Hunter Lab52.2112-1.433531.7877
CIE-Lab59.21431.644962.1478

#ac8b0b color RGB value is (172,139,11).

#ac8b0b hex color red value is 172, green value is 139 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ac8b0b hue: 0.13 , saturation: 0.88 and the lightness value of ac8b0b is 0.36.

The process color (four color CMYK) of #ac8b0b color hex is 0.00, 0.19, 0.94, 0.33. Web safe color of #ac8b0b is #999900. Color #ac8b0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001011 00001011
Octal 254 213 13
Decimal 172 139 11
Hex AC 8B B

RGB Percentages of Color #ac8b0b

%53.42
%43.17
%3.42

CMYK Percentages of Color #ac8b0b

%0
%19
%94
%33

Triadic Colors of #ac8b0b

#ac8b0b #0bac8b #8b0bac

Analogous Colors of #ac8b0b

#ac8b0b #7dac0b #ac3b0b

Monochromatic Colors of #ac8b0b

#ac8b0b

Complementary Color

#ac8b0b #0b2cac

#ac8b0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8b0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8b0b Color CSS Codes

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

#ac8b0b Text Font Color

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

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


#ac8b0b Background Color

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

This div background color is #ac8b0b


#ac8b0b Border Color

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

This div border color is #ac8b0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,139,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ac8b0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ac8b0b;
  -webkit-box-shadow: 1px 1px 3px 2px #ac8b0b;
  box-shadow:         1px 1px 3px 2px #ac8b0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,139,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8b0b


Comments

No comments written yet.

Please login to write comment.