#AABBA5

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

Shades of Spring Rain #AABBA5

Tints of Spring Rain #AABBA5

Color information

#AABBA5 (or 0xAABBA5) is unknown color: approx Spring Rain. HEX triplet: AA, BB and A5. RGB value is (170,187,165). Sum of RGB (Red+Green+Blue) = 170+187+165=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA5 is #55445A. Grayscale: #B3B3B3. Windows color (decimal): -5588059 or 10861482. OLE color: 10861482.

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

Color convert

RGB170187165-
CMYK0.0900.120.27
HSL106.36º13.92%69.02%-
HSV(B)106.36º11.76%73.33%-
XYZ41.1446.842.46-
YUV179.41119.87121.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=32.57%
G=35.82%
B=31.61%

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
Decimal1701871650.0900.120.27106.3613.9269.02
HexAABBA590C1B6ae45
Octal252273245110143315216105
Binary10101010101110111010010110010110011011110101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBA5; }

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

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

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

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

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

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

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

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