#AAB9C9

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

Shades of Heather #AAB9C9

Tints of Heather #AAB9C9

Color information

#AAB9C9 (or 0xAAB9C9) is unknown color: approx Heather. HEX triplet: AA, B9 and C9. RGB value is (170,185,201). Sum of RGB (Red+Green+Blue) = 170+185+201=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAB9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9C9 is #554636. Grayscale: #B6B6B6. Windows color (decimal): -5588535 or 13220266. OLE color: 13220266.

HSL color Cylindrical-coordinate representation of color #AAB9C9: hue angle of 210.97º 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 #AAB9C9 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170185201-
CMYK0.150.0800.21
HSL210.97º22.3%72.75%-
HSV(B)210.97º15.42%78.82%-
XYZ44.4747.4662.08-
YUV182.34138.53119.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 201 (78.91% from 255) = 36.15%
R=30.58%
G=33.27%
B=36.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701852010.150.0800.21210.9722.372.75
HexAAB9C9F8015d31649
Octal252271311171002532326111
Binary1010101010111001110010011111100001010111010011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9C9; }

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

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

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

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

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

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

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

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