Color Hex Logo

#aca199 Color Hex

#ACA199
(172,161,153)
0 Favorites   0 Comments

Color spaces of #aca199

RGB 172161153
HSL0.070.100.64
HSV25°11°67°
CMYK 0.000.060.11   0.33
XYZ35.507936.560335.3224
Yxy36.56030.33060.3404
Hunter Lab60.4651-0.99057.6897
CIE-Lab66.94582.58245.5869

#aca199 color RGB value is (172,161,153).

#aca199 hex color red value is 172, green value is 161 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aca199 hue: 0.07 , saturation: 0.10 and the lightness value of aca199 is 0.64.

The process color (four color CMYK) of #aca199 color hex is 0.00, 0.06, 0.11, 0.33. Web safe color of #aca199 is #999999. Color #aca199 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 10011001
Octal 254 241 231
Decimal 172 161 153
Hex AC A1 99

RGB Percentages of Color #aca199

%35.39
%33.13
%31.48

CMYK Percentages of Color #aca199

%0
%6
%11
%33

Triadic Colors of #aca199

#aca199 #99aca1 #a199ac

Analogous Colors of #aca199

#aca199 #acab99 #ac999b

Monochromatic Colors of #aca199

#aca199

Complementary Color

#aca199 #99a4ac

#aca199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca199 Color CSS Codes

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

#aca199 Text Font Color

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

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


#aca199 Background Color

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

This div background color is #aca199


#aca199 Border Color

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

This div border color is #aca199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca199


Comments

No comments written yet.

Please login to write comment.