#AAB29C

Color #AAB29C Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #AAB29C

Tints of Green Spring #AAB29C

Color information

#AAB29C (or 0xAAB29C) is unknown color: approx Green Spring. HEX triplet: AA, B2 and 9C. RGB value is (170,178,156). Sum of RGB (Red+Green+Blue) = 170+178+156=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB29C is #554D63. Grayscale: #ADADAD. Windows color (decimal): -5590372 or 10269354. OLE color: 10269354.

HSL color Cylindrical-coordinate representation of color #AAB29C: hue angle of 81.82º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB29C is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB170178156-
CMYK0.0400.120.30
HSL81.82º12.5%65.49%-
HSV(B)81.82º12.36%69.8%-
XYZ38.542.7937.68-
YUV173.1118.35125.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=33.73%
G=35.32%
B=30.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701781560.0400.120.3081.8212.565.49
HexAAB29C40C1E52d41
Octal25226223440143612215101
Binary1010101010110010100111001000110011110101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB29C; }

 p { color: rgb(170,178,156); }

 H1.HeaderClassName
 {
   color: #AAB29C;
 }
 .AnyTagClassName
 {
   color: #AAB29C;
 }
</style>
background-color css

<style>
 a { background-color: #AAB29C; }

 a { background-color: rgb(170,178,156); }

 div.DivClassName
 {
   background-color: #AAB29C;
 }
 .BgClassName
 {
   background-color: #AAB29C;
 }
</style>
border-color css

<style>
 span { border-color: #AAB29C; }

 span { border-color: rgb(170,178,156); }

 td.TdClassName
 {
   border-color: #AAB29C;
 }
 .TagClassName
 {
   border-color: #AAB29C;
 }
</style>