#AABCA9

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

Shades of Rainee #AABCA9

Tints of Rainee #AABCA9

Color information

#AABCA9 (or 0xAABCA9) is unknown color: approx Rainee. HEX triplet: AA, BC and A9. RGB value is (170,188,169). Sum of RGB (Red+Green+Blue) = 170+188+169=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCA9 is #554356. Grayscale: #B4B4B4. Windows color (decimal): -5587799 or 11123882. OLE color: 11123882.

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

Color convert

RGB170188169-
CMYK0.1000.100.26
HSL116.84º12.42%70%-
HSV(B)116.84º10.11%73.73%-
XYZ41.7247.3844.48-
YUV180.45121.54120.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=32.26%
G=35.67%
B=32.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881690.1000.100.26116.8412.4270
HexAABCA9A0A1A75c46
Octal252274251120123216514106
Binary10101010101111001010100110100101011010111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCA9; }

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

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

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

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

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

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

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

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