#AABCA8

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

Shades of Rainee #AABCA8

Tints of Rainee #AABCA8

Color information

#AABCA8 (or 0xAABCA8) is unknown color: approx Rainee. HEX triplet: AA, BC and A8. RGB value is (170,188,168). Sum of RGB (Red+Green+Blue) = 170+188+168=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCA8 is #554357. Grayscale: #B4B4B4. Windows color (decimal): -5587800 or 11058346. OLE color: 11058346.

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

Color convert

RGB170188168-
CMYK0.1000.110.26
HSL114º12.99%69.8%-
HSV(B)114º10.64%73.73%-
XYZ41.6347.3443.99-
YUV180.34121.04120.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 168 (66.02% from 255) = 31.94%
R=32.32%
G=35.74%
B=31.94%

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
Decimal1701881680.1000.110.2611412.9969.8
HexAABCA8A0B1A72d46
Octal252274250120133216215106
Binary10101010101111001010100010100101111010111001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCA8; }

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

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

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

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

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

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

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

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