#A3B6BA

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

Shades of Casper #A3B6BA

Tints of Casper #A3B6BA

Color information

#A3B6BA (or 0xA3B6BA) is unknown color: approx Casper. HEX triplet: A3, B6 and BA. RGB value is (163,182,186). Sum of RGB (Red+Green+Blue) = 163+182+186=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: blue. Hex color #A3B6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B6BA is #5C4945. Grayscale: #B0B0B0. Windows color (decimal): -6048070 or 12236451. OLE color: 12236451.

HSL color Cylindrical-coordinate representation of color #A3B6BA: hue angle of 190.43º 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 #A3B6BA is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163182186-
CMYK0.120.0200.27
HSL190.43º14.29%68.43%-
HSV(B)190.43º12.37%72.94%-
XYZ40.744.7952.95-
YUV176.77133.21118.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.70%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=30.70%
G=34.27%
B=35.03%

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
Decimal1631821860.120.0200.27190.4314.2968.43
HexA3B6BAC201Bbee44
Octal24326627214203327616104
Binary1010001110110110101110101100100110111011111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B6BA; }

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

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

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

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

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

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

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

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