#A3B7C6

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

Shades of Heather #A3B7C6

Tints of Heather #A3B7C6

Color information

#A3B7C6 (or 0xA3B7C6) is unknown color: approx Heather. HEX triplet: A3, B7 and C6. RGB value is (163,183,198). Sum of RGB (Red+Green+Blue) = 163+183+198=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #A3B7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B7C6 is #5C4839. Grayscale: #B2B2B2. Windows color (decimal): -6047802 or 13023139. OLE color: 13023139.

HSL color Cylindrical-coordinate representation of color #A3B7C6: hue angle of 205.71º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3B7C6 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163183198-
CMYK0.180.0800.22
HSL205.71º23.49%70.78%-
HSV(B)205.71º17.68%77.65%-
XYZ42.2345.7360.03-
YUV178.73138.87116.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.96%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=29.96%
G=33.64%
B=36.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631831980.180.0800.22205.7123.4970.78
HexA3B7C6128016ce1747
Octal243267306221002631627107
Binary10100011101101111100011010010100001011011001110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B7C6; }

 p { color: rgb(163,183,198); }

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

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

 a { background-color: rgb(163,183,198); }

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

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

 span { border-color: rgb(163,183,198); }

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