#A9B6C1

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

Shades of Heather #A9B6C1

Tints of Heather #A9B6C1

Color information

#A9B6C1 (or 0xA9B6C1) is unknown color: approx Heather. HEX triplet: A9, B6 and C1. RGB value is (169,182,193). Sum of RGB (Red+Green+Blue) = 169+182+193=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #A9B6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B6C1 is #56493E. Grayscale: #B3B3B3. Windows color (decimal): -5654847 or 12695209. OLE color: 12695209.

HSL color Cylindrical-coordinate representation of color #A9B6C1: hue angle of 207.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9B6C1 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169182193-
CMYK0.120.0600.24
HSL207.5º16.22%70.98%-
HSV(B)207.5º12.44%75.69%-
XYZ42.7245.7457.03-
YUV179.37135.69120.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.07%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=31.07%
G=33.46%
B=35.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691821930.120.0600.24207.516.2270.98
HexA9B6C1C6018d01047
Octal25126630114603032020107
Binary101010011011011011000001110011001100011010000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B6C1; }

 p { color: rgb(169,182,193); }

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

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

 a { background-color: rgb(169,182,193); }

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

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

 span { border-color: rgb(169,182,193); }

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