Color Hex Logo

#aca993 Color Hex

#ACA993
(172,169,147)
0 Favorites   0 Comments

Color spaces of #aca993

RGB 172169147
HSL0.150.130.63
HSV53°15°67°
CMYK 0.000.020.15   0.33
XYZ36.467739.253233.2583
Yxy39.25320.33460.3602
Hunter Lab62.6524-5.743212.3832
CIE-Lab68.9343-2.772711.7459

#aca993 color RGB value is (172,169,147).

#aca993 hex color red value is 172, green value is 169 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #aca993 hue: 0.15 , saturation: 0.13 and the lightness value of aca993 is 0.63.

The process color (four color CMYK) of #aca993 color hex is 0.00, 0.02, 0.15, 0.33. Web safe color of #aca993 is #999999. Color #aca993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 10010011
Octal 254 251 223
Decimal 172 169 147
Hex AC A9 93

RGB Percentages of Color #aca993

%35.25
%34.63
%30.12

CMYK Percentages of Color #aca993

%0
%2
%15
%33

Triadic Colors of #aca993

#aca993 #93aca9 #a993ac

Analogous Colors of #aca993

#aca993 #a3ac93 #ac9d93

Monochromatic Colors of #aca993

#aca993

Complementary Color

#aca993 #9396ac

#aca993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca993 Color CSS Codes

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

#aca993 Text Font Color

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

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


#aca993 Background Color

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

This div background color is #aca993


#aca993 Border Color

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

This div border color is #aca993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca993


Comments

No comments written yet.

Please login to write comment.