#AABAA1

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

Shades of Spring Rain #AABAA1

Tints of Spring Rain #AABAA1

Color information

#AABAA1 (or 0xAABAA1) is unknown color: approx Spring Rain. HEX triplet: AA, BA and A1. RGB value is (170,186,161). Sum of RGB (Red+Green+Blue) = 170+186+161=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA1 is #55455E. Grayscale: #B2B2B2. Windows color (decimal): -5588319 or 10599082. OLE color: 10599082.

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

Color convert

RGB170186161-
CMYK0.0900.130.27
HSL98.4º15.34%68.04%-
HSV(B)98.4º13.44%72.94%-
XYZ40.5746.2440.5-
YUV178.37118.2122.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 161 (63.28% from 255) = 31.14%
R=32.88%
G=35.98%
B=31.14%

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
Decimal1701861610.0900.130.2798.415.3468.04
HexAABAA190D1B62f44
Octal252272241110153314217104
Binary10101010101110101010000110010110111011110001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAA1; }

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

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

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

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

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

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

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

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