Color Hex Logo

#aab472 Color Hex

#AAB472
(170,180,114)
0 Favorites   0 Comments

Color spaces of #aab472

RGB 170180114
HSL0.190.310.58
HSV69°37°71°
CMYK 0.060.000.37   0.29
XYZ35.936142.403522.2102
Yxy42.40350.35740.4217
Hunter Lab65.1180-15.449225.3602
CIE-Lab71.1482-14.089632.5237

#aab472 color RGB value is (170,180,114).

#aab472 hex color red value is 170, green value is 180 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aab472 hue: 0.19 , saturation: 0.31 and the lightness value of aab472 is 0.58.

The process color (four color CMYK) of #aab472 color hex is 0.06, 0.00, 0.37, 0.29. Web safe color of #aab472 is #99cc66. Color #aab472 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 01110010
Octal 252 264 162
Decimal 170 180 114
Hex AA B4 72

RGB Percentages of Color #aab472

%36.64
%38.79
%24.57

CMYK Percentages of Color #aab472

%6
%0
%37
%29

Triadic Colors of #aab472

#aab472 #72aab4 #b472aa

Analogous Colors of #aab472

#aab472 #89b472 #b49d72

Monochromatic Colors of #aab472

#aab472

Complementary Color

#aab472 #7c72b4

#aab472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab472 Color CSS Codes

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

#aab472 Text Font Color

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

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


#aab472 Background Color

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

This div background color is #aab472


#aab472 Border Color

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

This div border color is #aab472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab472


Comments

No comments written yet.

Please login to write comment.