#A9BAC6

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

Shades of Heather #A9BAC6

Tints of Heather #A9BAC6

Color information

#A9BAC6 (or 0xA9BAC6) is unknown color: approx Heather. HEX triplet: A9, BA and C6. RGB value is (169,186,198). Sum of RGB (Red+Green+Blue) = 169+186+198=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 198 - color contains mainly: blue. Hex color #A9BAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAC6 is #564539. Grayscale: #B6B6B6. Windows color (decimal): -5653818 or 13023913. OLE color: 13023913.

HSL color Cylindrical-coordinate representation of color #A9BAC6: hue angle of 204.83º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9BAC6 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169186198-
CMYK0.150.0600.22
HSL204.83º20.28%71.96%-
HSV(B)204.83º14.65%77.65%-
XYZ44.1147.6360.29-
YUV182.28136.87118.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.56%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 198 (77.73% from 255) = 35.80%
R=30.56%
G=33.63%
B=35.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691861980.150.0600.22204.8320.2871.96
HexA9BAC6F6016cd1448
Octal25127230617602631524110
Binary101010011011101011000110111111001011011001101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAC6; }

 p { color: rgb(169,186,198); }

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

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

 a { background-color: rgb(169,186,198); }

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

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

 span { border-color: rgb(169,186,198); }

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