#AABAC9

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

Shades of Heather #AABAC9

Tints of Heather #AABAC9

Color information

#AABAC9 (or 0xAABAC9) is unknown color: approx Heather. HEX triplet: AA, BA and C9. RGB value is (170,186,201). Sum of RGB (Red+Green+Blue) = 170+186+201=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #AABAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAC9 is #554536. Grayscale: #B6B6B6. Windows color (decimal): -5588279 or 13220522. OLE color: 13220522.

HSL color Cylindrical-coordinate representation of color #AABAC9: hue angle of 209.03º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABAC9 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170186201-
CMYK0.150.0700.21
HSL209.03º22.3%72.75%-
HSV(B)209.03º15.42%78.82%-
XYZ44.6847.8862.15-
YUV182.93138.2118.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 201 (78.91% from 255) = 36.09%
R=30.52%
G=33.39%
B=36.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701862010.150.0700.21209.0322.372.75
HexAABAC9F7015d11649
Octal25227231117702532126111
Binary101010101011101011001001111111101010111010001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAC9; }

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

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

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

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

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

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

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

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