#AAB09F

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

Shades of Green Spring #AAB09F

Tints of Green Spring #AAB09F

Color information

#AAB09F (or 0xAAB09F) is unknown color: approx Green Spring. HEX triplet: AA, B0 and 9F. RGB value is (170,176,159). Sum of RGB (Red+Green+Blue) = 170+176+159=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB09F is #554F60. Grayscale: #ACACAC. Windows color (decimal): -5590881 or 10465450. OLE color: 10465450.

HSL color Cylindrical-coordinate representation of color #AAB09F: hue angle of 81.18º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB09F is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB170176159-
CMYK0.0300.100.31
HSL81.18º9.71%65.69%-
HSV(B)81.18º9.66%69.02%-
XYZ38.3642.138.91-
YUV172.27120.51126.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=33.66%
G=34.85%
B=31.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761590.0300.100.3181.189.7165.69
HexAAB09F30A1F51a42
Octal25226023730123712112102
Binary101010101011000010011111110101011111101000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB09F; }

 p { color: rgb(170,176,159); }

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

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

 a { background-color: rgb(170,176,159); }

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

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

 span { border-color: rgb(170,176,159); }

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