Color Hex Logo

#aab099 Color Hex

#AAB099
(170,176,153)
1 Favorites   0 Comments

Color spaces of #aab099

RGB 170176153
HSL0.210.130.65
HSV76°13°69°
CMYK 0.030.000.13   0.31
XYZ37.852741.896636.2288
Yxy41.89660.32640.3612
Hunter Lab64.7276-8.886412.1240
CIE-Lab70.7996-6.270211.0657

#aab099 color RGB value is (170,176,153).

#aab099 hex color red value is 170, green value is 176 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aab099 hue: 0.21 , saturation: 0.13 and the lightness value of aab099 is 0.65.

The process color (four color CMYK) of #aab099 color hex is 0.03, 0.00, 0.13, 0.31. Web safe color of #aab099 is #999999. Color #aab099 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 10011001
Octal 252 260 231
Decimal 170 176 153
Hex AA B0 99

RGB Percentages of Color #aab099

%34.07
%35.27
%30.66

CMYK Percentages of Color #aab099

%3
%0
%13
%31

Triadic Colors of #aab099

#aab099 #99aab0 #b099aa

Analogous Colors of #aab099

#aab099 #9fb099 #b0ab99

Monochromatic Colors of #aab099

#aab099

Complementary Color

#aab099 #9f99b0

#aab099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab099 Color CSS Codes

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

#aab099 Text Font Color

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

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


#aab099 Background Color

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

This div background color is #aab099


#aab099 Border Color

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

This div border color is #aab099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab099


Comments

No comments written yet.

Please login to write comment.