#A3B8C0

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

Shades of Heather #A3B8C0

Tints of Heather #A3B8C0

Color information

#A3B8C0 (or 0xA3B8C0) is unknown color: approx Heather. HEX triplet: A3, B8 and C0. RGB value is (163,184,192). Sum of RGB (Red+Green+Blue) = 163+184+192=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 192 - color contains mainly: blue. Hex color #A3B8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B8C0 is #5C473F. Grayscale: #B2B2B2. Windows color (decimal): -6047552 or 12630179. OLE color: 12630179.

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

Color convert

RGB163184192-
CMYK0.150.0400.25
HSL196.55º18.71%69.61%-
HSV(B)196.55º15.1%75.29%-
XYZ41.7645.8756.52-
YUV178.63135.54116.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.24%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=30.24%
G=34.14%
B=35.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631841920.150.0400.25196.5518.7169.61
HexA3B8C0F4019c51346
Octal24327030017403130523106
Binary101000111011100011000000111110001100111000101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B8C0; }

 p { color: rgb(163,184,192); }

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

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

 a { background-color: rgb(163,184,192); }

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

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

 span { border-color: rgb(163,184,192); }

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