#AABDA9

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

Shades of Rainee #AABDA9

Tints of Rainee #AABDA9

Color information

#AABDA9 (or 0xAABDA9) is unknown color: approx Rainee. HEX triplet: AA, BD and A9. RGB value is (170,189,169). Sum of RGB (Red+Green+Blue) = 170+189+169=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDA9 is #554256. Grayscale: #B5B5B5. Windows color (decimal): -5587543 or 11124138. OLE color: 11124138.

HSL color Cylindrical-coordinate representation of color #AABDA9: hue angle of 117º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABDA9 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB170189169-
CMYK0.1000.110.26
HSL117º13.16%70.2%-
HSV(B)117º10.58%74.12%-
XYZ41.9447.8144.55-
YUV181.04121.21120.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=32.20%
G=35.80%
B=32.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891690.1000.110.2611713.1670.2
HexAABDA9A0B1A75d46
Octal252275251120133216515106
Binary10101010101111011010100110100101111010111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDA9; }

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

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

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

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

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

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

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

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