#AABAA3

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

Shades of Spring Rain #AABAA3

Tints of Spring Rain #AABAA3

Color information

#AABAA3 (or 0xAABAA3) is unknown color: approx Spring Rain. HEX triplet: AA, BA and A3. RGB value is (170,186,163). Sum of RGB (Red+Green+Blue) = 170+186+163=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA3 is #55455C. Grayscale: #B2B2B2. Windows color (decimal): -5588317 or 10730154. OLE color: 10730154.

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

Color convert

RGB170186163-
CMYK0.0900.120.27
HSL101.74º14.29%68.43%-
HSV(B)101.74º12.37%72.94%-
XYZ40.7546.3141.44-
YUV178.59119.2121.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=32.76%
G=35.84%
B=31.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861630.0900.120.27101.7414.2968.43
HexAABAA390C1B66e44
Octal252272243110143314616104
Binary10101010101110101010001110010110011011110011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAA3; }

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

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

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

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

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

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

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

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