#AAB1A9

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

Shades of Rainee #AAB1A9

Tints of Rainee #AAB1A9

Color information

#AAB1A9 (or 0xAAB1A9) is unknown color: approx Rainee. HEX triplet: AA, B1 and A9. RGB value is (170,177,169). Sum of RGB (Red+Green+Blue) = 170+177+169=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1A9 is #554E56. Grayscale: #AEAEAE. Windows color (decimal): -5590615 or 11121066. OLE color: 11121066.

HSL color Cylindrical-coordinate representation of color #AAB1A9: hue angle of 112.5º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAB1A9 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB170177169-
CMYK0.0400.050.31
HSL112.5º4.88%67.84%-
HSV(B)112.5º4.52%69.41%-
XYZ39.4642.8543.73-
YUV173.99125.18125.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=32.95%
G=34.30%
B=32.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771690.0400.050.31112.54.8867.84
HexAAB1A94051F70544
Octal252261251405371605104
Binary10101010101100011010100110001011111111100001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1A9; }

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

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

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

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

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

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

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

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