#A3B3BE

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

Shades of Heather #A3B3BE

Tints of Heather #A3B3BE

Color information

#A3B3BE (or 0xA3B3BE) is unknown color: approx Heather. HEX triplet: A3, B3 and BE. RGB value is (163,179,190). Sum of RGB (Red+Green+Blue) = 163+179+190=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #A3B3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B3BE is #5C4C41. Grayscale: #AFAFAF. Windows color (decimal): -6048834 or 12497827. OLE color: 12497827.

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

Color convert

RGB163179190-
CMYK0.140.0600.25
HSL204.44º17.2%69.22%-
HSV(B)204.44º14.21%74.51%-
XYZ40.5243.7455.02-
YUV175.47136.2119.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 179 (70.31% from 255) = 33.65%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=30.64%
G=33.65%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631791900.140.0600.25204.4417.269.22
HexA3B3BEE6019cc1145
Octal24326327616603131421105
Binary101000111011001110111110111011001100111001100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B3BE; }

 p { color: rgb(163,179,190); }

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

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

 a { background-color: rgb(163,179,190); }

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

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

 span { border-color: rgb(163,179,190); }

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