#A3B6C6

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

Shades of Heather #A3B6C6

Tints of Heather #A3B6C6

Color information

#A3B6C6 (or 0xA3B6C6) is unknown color: approx Heather. HEX triplet: A3, B6 and C6. RGB value is (163,182,198). Sum of RGB (Red+Green+Blue) = 163+182+198=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 198 - color contains mainly: blue. Hex color #A3B6C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B6C6 is #5C4939. Grayscale: #B2B2B2. Windows color (decimal): -6048058 or 13022883. OLE color: 13022883.

HSL color Cylindrical-coordinate representation of color #A3B6C6: hue angle of 207.43º 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 #A3B6C6 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163182198-
CMYK0.180.0800.22
HSL207.43º23.49%70.78%-
HSV(B)207.43º17.68%77.65%-
XYZ42.0345.3259.96-
YUV178.14139.21117.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=30.02%
G=33.52%
B=36.46%

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
Decimal1631821980.180.0800.22207.4323.4970.78
HexA3B6C6128016cf1747
Octal243266306221002631727107
Binary10100011101101101100011010010100001011011001111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B6C6; }

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

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

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

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

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

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

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

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