#AABBA9

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

Shades of Rainee #AABBA9

Tints of Rainee #AABBA9

Color information

#AABBA9 (or 0xAABBA9) is unknown color: approx Rainee. HEX triplet: AA, BB and A9. RGB value is (170,187,169). Sum of RGB (Red+Green+Blue) = 170+187+169=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA9 is #554456. Grayscale: #B3B3B3. Windows color (decimal): -5588055 or 11123626. OLE color: 11123626.

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

Color convert

RGB170187169-
CMYK0.0900.100.27
HSL116.67º11.69%69.8%-
HSV(B)116.67º9.63%73.33%-
XYZ41.5146.9544.41-
YUV179.86121.87120.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=32.32%
G=35.55%
B=32.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871690.0900.100.27116.6711.6969.8
HexAABBA990A1B75c46
Octal252273251110123316514106
Binary10101010101110111010100110010101011011111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBA9; }

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

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

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

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

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

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

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

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