Color Hex Logo

#aaac4b Color Hex

#AAAC4B
(170,172,75)
0 Favorites   0 Comments

Color spaces of #aaac4b

RGB 17017275
HSL0.170.390.48
HSV61°56°67°
CMYK 0.010.000.56   0.33
XYZ32.600138.559112.3811
Yxy38.55910.39020.4616
Hunter Lab62.0960-14.956331.6456
CIE-Lab68.4307-13.929048.6763

#aaac4b color RGB value is (170,172,75).

#aaac4b hex color red value is 170, green value is 172 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aaac4b hue: 0.17 , saturation: 0.39 and the lightness value of aaac4b is 0.48.

The process color (four color CMYK) of #aaac4b color hex is 0.01, 0.00, 0.56, 0.33. Web safe color of #aaac4b is #999933. Color #aaac4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 01001011
Octal 252 254 113
Decimal 170 172 75
Hex AA AC 4B

RGB Percentages of Color #aaac4b

%40.77
%41.25
%17.99

CMYK Percentages of Color #aaac4b

%1
%0
%56
%33

Triadic Colors of #aaac4b

#aaac4b #4baaac #ac4baa

Analogous Colors of #aaac4b

#aaac4b #7aac4b #ac7e4b

Monochromatic Colors of #aaac4b

#aaac4b

Complementary Color

#aaac4b #4d4bac

#aaac4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac4b Color CSS Codes

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

#aaac4b Text Font Color

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

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


#aaac4b Background Color

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

This div background color is #aaac4b


#aaac4b Border Color

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

This div border color is #aaac4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac4b


Comments

No comments written yet.

Please login to write comment.