#A1B3BF

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

Shades of Heather #A1B3BF

Tints of Heather #A1B3BF

Color information

#A1B3BF (or 0xA1B3BF) is unknown color: approx Heather. HEX triplet: A1, B3 and BF. RGB value is (161,179,191). Sum of RGB (Red+Green+Blue) = 161+179+191=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #A1B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B3BF is #5E4C40. Grayscale: #AEAEAE. Windows color (decimal): -6179905 or 12563361. OLE color: 12563361.

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

Color convert

RGB161179191-
CMYK0.160.0600.25
HSL204º18.99%69.02%-
HSV(B)204º15.71%74.9%-
XYZ40.2243.5855.58-
YUV174.99137.04118.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 191 (75% from 255) = 35.97%
R=30.32%
G=33.71%
B=35.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611791910.160.0600.2520418.9969.02
HexA1B3BF106019cc1345
Octal24126327720603131423105
Binary1010000110110011101111111000011001100111001100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B3BF; }

 p { color: rgb(161,179,191); }

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

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

 a { background-color: rgb(161,179,191); }

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

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

 span { border-color: rgb(161,179,191); }

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