#A5B7BF

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

Shades of Heather #A5B7BF

Tints of Heather #A5B7BF

Color information

#A5B7BF (or 0xA5B7BF) is unknown color: approx Heather. HEX triplet: A5, B7 and BF. RGB value is (165,183,191). Sum of RGB (Red+Green+Blue) = 165+183+191=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #A5B7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B7BF is #5A4840. Grayscale: #B2B2B2. Windows color (decimal): -5916737 or 12564389. OLE color: 12564389.

HSL color Cylindrical-coordinate representation of color #A5B7BF: hue angle of 198.46º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5B7BF is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165183191-
CMYK0.140.0400.25
HSL198.46º16.88%69.8%-
HSV(B)198.46º13.61%74.9%-
XYZ41.8545.6355.89-
YUV178.53135.04118.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 183 (71.88% from 255) = 33.95%
BLUE value IS 191 (75% from 255) = 35.44%
R=30.61%
G=33.95%
B=35.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651831910.140.0400.25198.4616.8869.8
HexA5B7BFE4019c61146
Octal24526727716403130621106
Binary101001011011011110111111111010001100111000110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B7BF; }

 p { color: rgb(165,183,191); }

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

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

 a { background-color: rgb(165,183,191); }

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

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

 span { border-color: rgb(165,183,191); }

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