#AABAA0

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

Shades of Spring Rain #AABAA0

Tints of Spring Rain #AABAA0

Color information

#AABAA0 (or 0xAABAA0) is unknown color: approx Spring Rain. HEX triplet: AA, BA and A0. RGB value is (170,186,160). Sum of RGB (Red+Green+Blue) = 170+186+160=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA0 is #55455F. Grayscale: #B2B2B2. Windows color (decimal): -5588320 or 10533546. OLE color: 10533546.

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

Color convert

RGB170186160-
CMYK0.0900.140.27
HSL96.92º15.85%67.84%-
HSV(B)96.92º13.98%72.94%-
XYZ40.4846.240.04-
YUV178.25117.7122.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=32.95%
G=36.05%
B=31.01%

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
Decimal1701861600.0900.140.2796.9215.8567.84
HexAABAA090E1B611044
Octal252272240110163314120104
Binary101010101011101010100000100101110110111100001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAA0; }

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

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

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

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

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

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

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

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