Color Hex Logo

#ac966a Color Hex

#AC966A
(172,150,106)
0 Favorites   0 Comments

Color spaces of #ac966a

RGB 172150106
HSL0.110.280.55
HSV40°38°67°
CMYK 0.000.130.38   0.33
XYZ30.521131.624018.1311
Yxy31.62400.38020.3939
Hunter Lab56.2352-1.532620.2486
CIE-Lab63.03091.741826.2284

#ac966a color RGB value is (172,150,106).

#ac966a hex color red value is 172, green value is 150 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ac966a hue: 0.11 , saturation: 0.28 and the lightness value of ac966a is 0.55.

The process color (four color CMYK) of #ac966a color hex is 0.00, 0.13, 0.38, 0.33. Web safe color of #ac966a is #999966. Color #ac966a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010110 01101010
Octal 254 226 152
Decimal 172 150 106
Hex AC 96 6A

RGB Percentages of Color #ac966a

%40.19
%35.05
%24.77

CMYK Percentages of Color #ac966a

%0
%13
%38
%33

Triadic Colors of #ac966a

#ac966a #6aac96 #966aac

Analogous Colors of #ac966a

#ac966a #a1ac6a #ac756a

Monochromatic Colors of #ac966a

#ac966a

Complementary Color

#ac966a #6a80ac

#ac966a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac966a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac966a Color CSS Codes

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

#ac966a Text Font Color

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

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


#ac966a Background Color

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

This div background color is #ac966a


#ac966a Border Color

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

This div border color is #ac966a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac966a


Comments

No comments written yet.

Please login to write comment.