Color Hex Logo

#aca979 Color Hex

#ACA979
(172,169,121)
0 Favorites   0 Comments

Color spaces of #aca979

RGB 172169121
HSL0.160.240.57
HSV56°30°67°
CMYK 0.000.020.30   0.33
XYZ34.652438.527123.6992
Yxy38.52710.35770.3977
Hunter Lab62.0702-8.970320.8115
CIE-Lab68.4073-6.632725.2237

#aca979 color RGB value is (172,169,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01111001
Octal 254 251 171
Decimal 172 169 121
Hex AC A9 79

RGB Percentages of Color #aca979

%37.23
%36.58
%26.19

CMYK Percentages of Color #aca979

%0
%2
%30
%33

Triadic Colors of #aca979

#aca979 #79aca9 #a979ac

Analogous Colors of #aca979

#aca979 #96ac79 #ac9079

Monochromatic Colors of #aca979

#aca979

Complementary Color

#aca979 #797cac

#aca979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca979 Color CSS Codes

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

#aca979 Text Font Color

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

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


#aca979 Background Color

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

This div background color is #aca979


#aca979 Border Color

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

This div border color is #aca979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca979


Comments

No comments written yet.

Please login to write comment.