#AAB6A9

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

Shades of Rainee #AAB6A9

Tints of Rainee #AAB6A9

Color information

#AAB6A9 (or 0xAAB6A9) is unknown color: approx Rainee. HEX triplet: AA, B6 and A9. RGB value is (170,182,169). Sum of RGB (Red+Green+Blue) = 170+182+169=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB6A9 is #554956. Grayscale: #B0B0B0. Windows color (decimal): -5589335 or 11122346. OLE color: 11122346.

HSL color Cylindrical-coordinate representation of color #AAB6A9: hue angle of 115.38º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB6A9 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB170182169-
CMYK0.0700.070.29
HSL115.38º8.18%68.82%-
HSV(B)115.38º7.14%71.37%-
XYZ40.4744.8744.06-
YUV176.93123.52123.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 169 (66.41% from 255) = 32.44%
R=32.63%
G=34.93%
B=32.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821690.0700.070.29115.388.1868.82
HexAAB6A97071D73845
Octal2522662517073516310105
Binary101010101011011010101001111011111101111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6A9; }

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

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

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

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

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

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

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

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