#AABBA2

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

Shades of Spring Rain #AABBA2

Tints of Spring Rain #AABBA2

Color information

#AABBA2 (or 0xAABBA2) is unknown color: approx Spring Rain. HEX triplet: AA, BB and A2. RGB value is (170,187,162). Sum of RGB (Red+Green+Blue) = 170+187+162=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA2 is #55445D. Grayscale: #B3B3B3. Windows color (decimal): -5588062 or 10664874. OLE color: 10664874.

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

Color convert

RGB170187162-
CMYK0.0900.130.27
HSL100.8º15.53%68.43%-
HSV(B)100.8º13.37%73.33%-
XYZ40.8746.741.04-
YUV179.07118.37121.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=32.76%
G=36.03%
B=31.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871620.0900.130.27100.815.5368.43
HexAABBA290D1B651044
Octal252273242110153314520104
Binary101010101011101110100010100101101110111100101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBA2; }

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

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

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

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

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

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

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

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