#AABAA8

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

Shades of Rainee #AABAA8

Tints of Rainee #AABAA8

Color information

#AABAA8 (or 0xAABAA8) is unknown color: approx Rainee. HEX triplet: AA, BA and A8. RGB value is (170,186,168). Sum of RGB (Red+Green+Blue) = 170+186+168=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA8 is #554557. Grayscale: #B3B3B3. Windows color (decimal): -5588312 or 11057834. OLE color: 11057834.

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

Color convert

RGB170186168-
CMYK0.0900.100.27
HSL113.33º11.54%69.41%-
HSV(B)113.33º9.68%72.94%-
XYZ41.246.4943.85-
YUV179.16121.7121.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 168 (66.02% from 255) = 32.06%
R=32.44%
G=35.50%
B=32.06%

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
Decimal1701861680.0900.100.27113.3311.5469.41
HexAABAA890A1B71c45
Octal252272250110123316114105
Binary10101010101110101010100010010101011011111000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAA8; }

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

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

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

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

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

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

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

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