#AABB9F

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

Shades of Spring Rain #AABB9F

Tints of Spring Rain #AABB9F

Color information

#AABB9F (or 0xAABB9F) is unknown color: approx Spring Rain. HEX triplet: AA, BB and 9F. RGB value is (170,187,159). Sum of RGB (Red+Green+Blue) = 170+187+159=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB9F is #554460. Grayscale: #B2B2B2. Windows color (decimal): -5588065 or 10468266. OLE color: 10468266.

HSL color Cylindrical-coordinate representation of color #AABB9F: hue angle of 96.43º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABB9F is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB170187159-
CMYK0.0900.150.27
HSL96.43º17.07%67.84%-
HSV(B)96.43º14.97%73.33%-
XYZ40.6146.5939.65-
YUV178.72116.87121.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=32.95%
G=36.24%
B=30.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871590.0900.150.2796.4317.0767.84
HexAABB9F90F1B601144
Octal252273237110173314021104
Binary101010101011101110011111100101111110111100000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB9F; }

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

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

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

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

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

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

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

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