#AAB9BF

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

Shades of Heather #AAB9BF

Tints of Heather #AAB9BF

Color information

#AAB9BF (or 0xAAB9BF) is unknown color: approx Heather. HEX triplet: AA, B9 and BF. RGB value is (170,185,191). Sum of RGB (Red+Green+Blue) = 170+185+191=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9BF is #554640. Grayscale: #B5B5B5. Windows color (decimal): -5588545 or 12564906. OLE color: 12564906.

HSL color Cylindrical-coordinate representation of color #AAB9BF: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB9BF is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170185191-
CMYK0.110.0300.25
HSL197.14º14.09%70.78%-
HSV(B)197.14º10.99%74.9%-
XYZ43.3347.0156.08-
YUV181.2133.53120.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 185 (72.66% from 255) = 33.88%
BLUE value IS 191 (75% from 255) = 34.98%
R=31.14%
G=33.88%
B=34.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701851910.110.0300.25197.1414.0970.78
HexAAB9BFB3019c5e47
Octal25227127713303130516107
Binary1010101010111001101111111011110110011100010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9BF; }

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

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

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

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

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

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

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

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