#AABDA8

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

Shades of Rainee #AABDA8

Tints of Rainee #AABDA8

Color information

#AABDA8 (or 0xAABDA8) is unknown color: approx Rainee. HEX triplet: AA, BD and A8. RGB value is (170,189,168). Sum of RGB (Red+Green+Blue) = 170+189+168=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDA8 is #554257. Grayscale: #B4B4B4. Windows color (decimal): -5587544 or 11058602. OLE color: 11058602.

HSL color Cylindrical-coordinate representation of color #AABDA8: hue angle of 114.29º degrees, saturation: 0.14, 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 #AABDA8 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB170189168-
CMYK0.1000.110.26
HSL114.29º13.73%70%-
HSV(B)114.29º11.11%74.12%-
XYZ41.8447.7744.06-
YUV180.92120.71120.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 168 (66.02% from 255) = 31.88%
R=32.26%
G=35.86%
B=31.88%

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
Decimal1701891680.1000.110.26114.2913.7370
HexAABDA8A0B1A72e46
Octal252275250120133216216106
Binary10101010101111011010100010100101111010111001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDA8; }

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

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

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

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

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

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

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

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