#AABAA2

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

Shades of Spring Rain #AABAA2

Tints of Spring Rain #AABAA2

Color information

#AABAA2 (or 0xAABAA2) is unknown color: approx Spring Rain. HEX triplet: AA, BA and A2. RGB value is (170,186,162). Sum of RGB (Red+Green+Blue) = 170+186+162=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA2 is #55455D. Grayscale: #B2B2B2. Windows color (decimal): -5588318 or 10664618. OLE color: 10664618.

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

Color convert

RGB170186162-
CMYK0.0900.130.27
HSL100º14.81%68.24%-
HSV(B)100º12.9%72.94%-
XYZ40.6646.2740.97-
YUV178.48118.7121.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 162 (63.67% from 255) = 31.27%
R=32.82%
G=35.91%
B=31.27%

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
Decimal1701861620.0900.130.2710014.8168.24
HexAABAA290D1B64f44
Octal252272242110153314417104
Binary10101010101110101010001010010110111011110010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAA2; }

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

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

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

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

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

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

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

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