#A3B7BA

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

Shades of Casper #A3B7BA

Tints of Casper #A3B7BA

Color information

#A3B7BA (or 0xA3B7BA) is unknown color: approx Casper. HEX triplet: A3, B7 and BA. RGB value is (163,183,186). Sum of RGB (Red+Green+Blue) = 163+183+186=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #A3B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B7BA is #5C4845. Grayscale: #B1B1B1. Windows color (decimal): -6047814 or 12236707. OLE color: 12236707.

HSL color Cylindrical-coordinate representation of color #A3B7BA: hue angle of 187.83º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3B7BA is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163183186-
CMYK0.120.0200.27
HSL187.83º14.29%68.43%-
HSV(B)187.83º12.37%72.94%-
XYZ40.945.253.02-
YUV177.36132.87117.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 183 (71.88% from 255) = 34.40%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=30.64%
G=34.40%
B=34.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631831860.120.0200.27187.8314.2968.43
HexA3B7BAC201Bbce44
Octal24326727214203327416104
Binary1010001110110111101110101100100110111011110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B7BA; }

 p { color: rgb(163,183,186); }

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

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

 a { background-color: rgb(163,183,186); }

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

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

 span { border-color: rgb(163,183,186); }

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