Color Hex Logo

#ac9970 Color Hex

#AC9970
(172,153,112)
0 Favorites   0 Comments

Color spaces of #ac9970

RGB 172153112
HSL0.110.270.56
HSV41°35°67°
CMYK 0.000.110.35   0.33
XYZ31.329132.723019.9942
Yxy32.72300.37280.3893
Hunter Lab57.2040-2.347419.3195
CIE-Lab63.93600.835724.1423

#ac9970 color RGB value is (172,153,112).

#ac9970 hex color red value is 172, green value is 153 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ac9970 hue: 0.11 , saturation: 0.27 and the lightness value of ac9970 is 0.56.

The process color (four color CMYK) of #ac9970 color hex is 0.00, 0.11, 0.35, 0.33. Web safe color of #ac9970 is #999966. Color #ac9970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 01110000
Octal 254 231 160
Decimal 172 153 112
Hex AC 99 70

RGB Percentages of Color #ac9970

%39.36
%35.01
%25.63

CMYK Percentages of Color #ac9970

%0
%11
%35
%33

Triadic Colors of #ac9970

#ac9970 #70ac99 #9970ac

Analogous Colors of #ac9970

#ac9970 #a1ac70 #ac7b70

Monochromatic Colors of #ac9970

#ac9970

Complementary Color

#ac9970 #7083ac

#ac9970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9970 Color CSS Codes

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

#ac9970 Text Font Color

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

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


#ac9970 Background Color

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

This div background color is #ac9970


#ac9970 Border Color

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

This div border color is #ac9970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9970


Comments

No comments written yet.

Please login to write comment.