#A3B6BF

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

Shades of Heather #A3B6BF

Tints of Heather #A3B6BF

Color information

#A3B6BF (or 0xA3B6BF) is unknown color: approx Heather. HEX triplet: A3, B6 and BF. RGB value is (163,182,191). Sum of RGB (Red+Green+Blue) = 163+182+191=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #A3B6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B6BF is #5C4940. Grayscale: #B1B1B1. Windows color (decimal): -6048065 or 12564131. OLE color: 12564131.

HSL color Cylindrical-coordinate representation of color #A3B6BF: hue angle of 199.29º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3B6BF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163182191-
CMYK0.150.0500.25
HSL199.29º17.95%69.41%-
HSV(B)199.29º14.66%74.9%-
XYZ41.244555.8-
YUV177.34135.71117.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 191 (75% from 255) = 35.63%
R=30.41%
G=33.96%
B=35.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631821910.150.0500.25199.2917.9569.41
HexA3B6BFF5019c71245
Octal24326627717503130722105
Binary101000111011011010111111111110101100111000111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B6BF; }

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

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

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

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

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

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

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

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