Color Hex Logo

#aca95b Color Hex

#ACA95B
(172,169,91)
0 Favorites   0 Comments

Color spaces of #aca95b

RGB 17216991
HSL0.160.330.52
HSV58°47°67°
CMYK 0.000.020.47   0.33
XYZ33.089637.901915.4693
Yxy37.90190.38270.4384
Hunter Lab61.5645-11.798028.1974
CIE-Lab67.9483-10.106540.3785

#aca95b color RGB value is (172,169,91).

#aca95b hex color red value is 172, green value is 169 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aca95b hue: 0.16 , saturation: 0.33 and the lightness value of aca95b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01011011
Octal 254 251 133
Decimal 172 169 91
Hex AC A9 5B

RGB Percentages of Color #aca95b

%39.81
%39.12
%21.06

CMYK Percentages of Color #aca95b

%0
%2
%47
%33

Triadic Colors of #aca95b

#aca95b #5baca9 #a95bac

Analogous Colors of #aca95b

#aca95b #87ac5b #ac815b

Monochromatic Colors of #aca95b

#aca95b

Complementary Color

#aca95b #5b5eac

#aca95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca95b Color CSS Codes

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

#aca95b Text Font Color

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

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


#aca95b Background Color

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

This div background color is #aca95b


#aca95b Border Color

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

This div border color is #aca95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca95b


Comments

No comments written yet.

Please login to write comment.