Color Hex Logo

#aca499 Color Hex

#ACA499
(172,164,153)
0 Favorites   0 Comments

Color spaces of #aca499

RGB 172164153
HSL0.100.100.64
HSV35°11°67°
CMYK 0.000.050.11   0.33
XYZ36.038537.621535.4992
Yxy37.62150.33010.3446
Hunter Lab61.3364-2.46008.6206
CIE-Lab67.74070.94106.7285

#aca499 color RGB value is (172,164,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 10011001
Octal 254 244 231
Decimal 172 164 153
Hex AC A4 99

RGB Percentages of Color #aca499

%35.17
%33.54
%31.29

CMYK Percentages of Color #aca499

%0
%5
%11
%33

Triadic Colors of #aca499

#aca499 #99aca4 #a499ac

Analogous Colors of #aca499

#aca499 #abac99 #ac9b99

Monochromatic Colors of #aca499

#aca499

Complementary Color

#aca499 #99a1ac

#aca499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca499 Color CSS Codes

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

#aca499 Text Font Color

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

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


#aca499 Background Color

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

This div background color is #aca499


#aca499 Border Color

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

This div border color is #aca499


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,164,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 #aca499">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca499


Comments

No comments written yet.

Please login to write comment.