#AAB091

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

Shades of Green Spring #AAB091

Tints of Green Spring #AAB091

Color information

#AAB091 (or 0xAAB091) is unknown color: approx Green Spring. HEX triplet: AA, B0 and 91. RGB value is (170,176,145). Sum of RGB (Red+Green+Blue) = 170+176+145=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB091 is #554F6E. Grayscale: #AAAAAA. Windows color (decimal): -5590895 or 9547946. OLE color: 9547946.

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

Color convert

RGB170176145-
CMYK0.0300.180.31
HSL71.61º16.4%62.94%-
HSV(B)71.61º17.61%69.02%-
XYZ37.2141.6432.86-
YUV170.67113.51127.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=34.62%
G=35.85%
B=29.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761450.0300.180.3171.6116.462.94
HexAAB09130121F48103f
Octal2522602213022371102077
Binary1010101010110000100100011101001011111100100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB091; }

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

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

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

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

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

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

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

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