#AABBA1

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

Shades of Spring Rain #AABBA1

Tints of Spring Rain #AABBA1

Color information

#AABBA1 (or 0xAABBA1) is unknown color: approx Spring Rain. HEX triplet: AA, BB and A1. RGB value is (170,187,161). Sum of RGB (Red+Green+Blue) = 170+187+161=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA1 is #55445E. Grayscale: #B3B3B3. Windows color (decimal): -5588063 or 10599338. OLE color: 10599338.

HSL color Cylindrical-coordinate representation of color #AABBA1: hue angle of 99.23º degrees, saturation: 0.16, 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 #AABBA1 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB170187161-
CMYK0.0900.140.27
HSL99.23º16.05%68.24%-
HSV(B)99.23º13.9%73.33%-
XYZ40.7846.6640.58-
YUV178.95117.87121.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 161 (63.28% from 255) = 31.08%
R=32.82%
G=36.10%
B=31.08%

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
Decimal1701871610.0900.140.2799.2316.0568.24
HexAABBA190E1B631044
Octal252273241110163314320104
Binary101010101011101110100001100101110110111100011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBA1; }

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

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

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

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

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

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

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

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