Color Hex Logo

#aca276 Color Hex

#ACA276
(172,162,118)
0 Favorites   0 Comments

Color spaces of #aca276

RGB 172162118
HSL0.140.250.57
HSV49°31°67°
CMYK 0.000.060.31   0.33
XYZ33.203635.919322.3226
Yxy35.91930.36310.3928
Hunter Lab59.9327-5.990619.8697
CIE-Lab66.4582-3.280524.2392

#aca276 color RGB value is (172,162,118).

#aca276 hex color red value is 172, green value is 162 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aca276 hue: 0.14 , saturation: 0.25 and the lightness value of aca276 is 0.57.

The process color (four color CMYK) of #aca276 color hex is 0.00, 0.06, 0.31, 0.33. Web safe color of #aca276 is #999966. Color #aca276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 01110110
Octal 254 242 166
Decimal 172 162 118
Hex AC A2 76

RGB Percentages of Color #aca276

%38.05
%35.84
%26.11

CMYK Percentages of Color #aca276

%0
%6
%31
%33

Triadic Colors of #aca276

#aca276 #76aca2 #a276ac

Analogous Colors of #aca276

#aca276 #9bac76 #ac8776

Monochromatic Colors of #aca276

#aca276

Complementary Color

#aca276 #7680ac

#aca276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca276 Color CSS Codes

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

#aca276 Text Font Color

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

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


#aca276 Background Color

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

This div background color is #aca276


#aca276 Border Color

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

This div border color is #aca276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca276


Comments

No comments written yet.

Please login to write comment.