#AAB097

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

Shades of Green Spring #AAB097

Tints of Green Spring #AAB097

Color information

#AAB097 (or 0xAAB097) is unknown color: approx Green Spring. HEX triplet: AA, B0 and 97. RGB value is (170,176,151). Sum of RGB (Red+Green+Blue) = 170+176+151=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB097 is #554F68. Grayscale: #ABABAB. Windows color (decimal): -5590889 or 9941162. OLE color: 9941162.

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

Color convert

RGB170176151-
CMYK0.0300.140.31
HSL74.4º13.66%64.12%-
HSV(B)74.4º14.2%69.02%-
XYZ37.6941.8335.37-
YUV171.36116.51127.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 151 (59.38% from 255) = 30.38%
R=34.21%
G=35.41%
B=30.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761510.0300.140.3174.413.6664.12
HexAAB09730E1F4ae40
Octal25226022730163711216100
Binary101010101011000010010111110111011111100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB097; }

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

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

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

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

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

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

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

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