#A4B6C1

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

Shades of Heather #A4B6C1

Tints of Heather #A4B6C1

Color information

#A4B6C1 (or 0xA4B6C1) is unknown color: approx Heather. HEX triplet: A4, B6 and C1. RGB value is (164,182,193). Sum of RGB (Red+Green+Blue) = 164+182+193=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #A4B6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B6C1 is #5B493E. Grayscale: #B1B1B1. Windows color (decimal): -5982527 or 12695204. OLE color: 12695204.

HSL color Cylindrical-coordinate representation of color #A4B6C1: hue angle of 202.76º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4B6C1 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164182193-
CMYK0.150.0600.24
HSL202.76º18.95%70%-
HSV(B)202.76º15.03%75.69%-
XYZ41.6645.256.98-
YUV177.87136.54118.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 182 (71.48% from 255) = 33.77%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=30.43%
G=33.77%
B=35.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641821930.150.0600.24202.7618.9570
HexA4B6C1F6018cb1346
Octal24426630117603031323106
Binary101001001011011011000001111111001100011001011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B6C1; }

 p { color: rgb(164,182,193); }

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

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

 a { background-color: rgb(164,182,193); }

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

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

 span { border-color: rgb(164,182,193); }

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