#AABBA3

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

Shades of Spring Rain #AABBA3

Tints of Spring Rain #AABBA3

Color information

#AABBA3 (or 0xAABBA3) is unknown color: approx Spring Rain. HEX triplet: AA, BB and A3. RGB value is (170,187,163). Sum of RGB (Red+Green+Blue) = 170+187+163=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA3 is #55445C. Grayscale: #B3B3B3. Windows color (decimal): -5588061 or 10730410. OLE color: 10730410.

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

Color convert

RGB170187163-
CMYK0.0900.130.27
HSL102.5º15%68.63%-
HSV(B)102.5º12.83%73.33%-
XYZ40.9646.7341.51-
YUV179.18118.87121.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 163 (64.06% from 255) = 31.35%
R=32.69%
G=35.96%
B=31.35%

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
Decimal1701871630.0900.130.27102.51568.63
HexAABBA390D1B66f45
Octal252273243110153314617105
Binary10101010101110111010001110010110111011110011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBA3; }

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

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

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

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

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

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

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

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