Color Hex Logo

#acaa7a Color Hex

#ACAA7A
(172,170,122)
0 Favorites   0 Comments

Color spaces of #acaa7a

RGB 172170122
HSL0.160.230.58
HSV58°29°67°
CMYK 0.000.010.29   0.33
XYZ34.900838.925224.0862
Yxy38.92520.35640.3976
Hunter Lab62.3901-9.330320.7836
CIE-Lab68.6970-7.030125.0719

#acaa7a color RGB value is (172,170,122).

#acaa7a hex color red value is 172, green value is 170 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acaa7a hue: 0.16 , saturation: 0.23 and the lightness value of acaa7a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 01111010
Octal 254 252 172
Decimal 172 170 122
Hex AC AA 7A

RGB Percentages of Color #acaa7a

%37.07
%36.64
%26.29

CMYK Percentages of Color #acaa7a

%0
%1
%29
%33

Triadic Colors of #acaa7a

#acaa7a #7aacaa #aa7aac

Analogous Colors of #acaa7a

#acaa7a #95ac7a #ac917a

Monochromatic Colors of #acaa7a

#acaa7a

Complementary Color

#acaa7a #7a7cac

#acaa7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaa7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaa7a Color CSS Codes

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

#acaa7a Text Font Color

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

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


#acaa7a Background Color

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

This div background color is #acaa7a


#acaa7a Border Color

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

This div border color is #acaa7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaa7a


Comments

No comments written yet.

Please login to write comment.