#A9B3BB

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

Shades of Heather #A9B3BB

Tints of Heather #A9B3BB

Color information

#A9B3BB (or 0xA9B3BB) is unknown color: approx Heather. HEX triplet: A9, B3 and BB. RGB value is (169,179,187). Sum of RGB (Red+Green+Blue) = 169+179+187=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9B3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B3BB is #564C44. Grayscale: #B0B0B0. Windows color (decimal): -5655621 or 12301225. OLE color: 12301225.

HSL color Cylindrical-coordinate representation of color #A9B3BB: hue angle of 206.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9B3BB is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169179187-
CMYK0.100.0400.27
HSL206.67º11.69%69.8%-
HSV(B)206.67º9.63%73.33%-
XYZ41.4544.2653.37-
YUV176.92133.69122.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=31.59%
G=33.46%
B=34.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691791870.100.0400.27206.6711.6969.8
HexA9B3BBA401Bcfc46
Octal25126327312403331714106
Binary10101001101100111011101110101000110111100111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B3BB; }

 p { color: rgb(169,179,187); }

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

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

 a { background-color: rgb(169,179,187); }

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

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

 span { border-color: rgb(169,179,187); }

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