#A6B7C7

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

Shades of Heather #A6B7C7

Tints of Heather #A6B7C7

Color information

#A6B7C7 (or 0xA6B7C7) is unknown color: approx Heather. HEX triplet: A6, B7 and C7. RGB value is (166,183,199). Sum of RGB (Red+Green+Blue) = 166+183+199=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 199 - color contains mainly: blue. Hex color #A6B7C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B7C7 is #594838. Grayscale: #B3B3B3. Windows color (decimal): -5851193 or 13088678. OLE color: 13088678.

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

Color convert

RGB166183199-
CMYK0.170.0800.22
HSL209.09º22.76%71.57%-
HSV(B)209.09º16.58%78.04%-
XYZ42.9746.160.67-
YUV179.74138.87118.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.29%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 199 (78.12% from 255) = 36.31%
R=30.29%
G=33.39%
B=36.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661831990.170.0800.22209.0922.7671.57
HexA6B7C7118016d11748
Octal246267307211002632127110
Binary10100110101101111100011110001100001011011010001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B7C7; }

 p { color: rgb(166,183,199); }

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

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

 a { background-color: rgb(166,183,199); }

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

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

 span { border-color: rgb(166,183,199); }

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