Color Hex Logo

#acac5a Color Hex

#ACAC5A
(172,172,90)
0 Favorites   0 Comments

Color spaces of #acac5a

RGB 17217290
HSL0.170.330.51
HSV60°48°67°
CMYK 0.000.000.48   0.33
XYZ33.611239.013915.4318
Yxy39.01390.38170.4431
Hunter Lab62.4611-13.253629.0744
CIE-Lab68.7613-11.772641.8648

#acac5a color RGB value is (172,172,90).

#acac5a hex color red value is 172, green value is 172 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #acac5a hue: 0.17 , saturation: 0.33 and the lightness value of acac5a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 01011010
Octal 254 254 132
Decimal 172 172 90
Hex AC AC 5A

RGB Percentages of Color #acac5a

%39.63
%39.63
%20.74

CMYK Percentages of Color #acac5a

%0
%0
%48
%33

Triadic Colors of #acac5a

#acac5a #5aacac #ac5aac

Analogous Colors of #acac5a

#acac5a #83ac5a #ac835a

Monochromatic Colors of #acac5a

#acac5a

Complementary Color

#acac5a #5a5aac

#acac5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac5a Color CSS Codes

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

#acac5a Text Font Color

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

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


#acac5a Background Color

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

This div background color is #acac5a


#acac5a Border Color

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

This div border color is #acac5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac5a


Comments

No comments written yet.

Please login to write comment.