Color Hex Logo

#aca961 Color Hex

#ACA961
(172,169,97)
0 Favorites   0 Comments

Color spaces of #aca961

RGB 17216997
HSL0.160.310.53
HSV58°44°67°
CMYK 0.000.020.44   0.33
XYZ33.358938.009716.8877
Yxy38.00970.37800.4307
Hunter Lab61.6520-11.307626.9157
CIE-Lab68.0278-9.497637.4188

#aca961 color RGB value is (172,169,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01100001
Octal 254 251 141
Decimal 172 169 97
Hex AC A9 61

RGB Percentages of Color #aca961

%39.27
%38.58
%22.15

CMYK Percentages of Color #aca961

%0
%2
%44
%33

Triadic Colors of #aca961

#aca961 #61aca9 #a961ac

Analogous Colors of #aca961

#aca961 #8aac61 #ac8461

Monochromatic Colors of #aca961

#aca961

Complementary Color

#aca961 #6164ac

#aca961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca961 Color CSS Codes

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

#aca961 Text Font Color

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

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


#aca961 Background Color

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

This div background color is #aca961


#aca961 Border Color

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

This div border color is #aca961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca961


Comments

No comments written yet.

Please login to write comment.