#AABBA0

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

Shades of Spring Rain #AABBA0

Tints of Spring Rain #AABBA0

Color information

#AABBA0 (or 0xAABBA0) is unknown color: approx Spring Rain. HEX triplet: AA, BB and A0. RGB value is (170,187,160). Sum of RGB (Red+Green+Blue) = 170+187+160=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA0 is #55445F. Grayscale: #B2B2B2. Windows color (decimal): -5588064 or 10533802. OLE color: 10533802.

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

Color convert

RGB170187160-
CMYK0.0900.140.27
HSL97.78º16.56%68.04%-
HSV(B)97.78º14.44%73.33%-
XYZ40.6946.6240.11-
YUV178.84117.37121.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=32.88%
G=36.17%
B=30.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871600.0900.140.2797.7816.5668.04
HexAABBA090E1B621144
Octal252273240110163314221104
Binary101010101011101110100000100101110110111100010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBA0; }

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

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

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

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

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

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

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

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