#A3B3BA

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

Shades of Casper #A3B3BA

Tints of Casper #A3B3BA

Color information

#A3B3BA (or 0xA3B3BA) is unknown color: approx Casper. HEX triplet: A3, B3 and BA. RGB value is (163,179,186). Sum of RGB (Red+Green+Blue) = 163+179+186=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #A3B3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B3BA is #5C4C45. Grayscale: #AEAEAE. Windows color (decimal): -6048838 or 12235683. OLE color: 12235683.

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

Color convert

RGB163179186-
CMYK0.120.0400.27
HSL198.26º14.29%68.43%-
HSV(B)198.26º12.37%72.94%-
XYZ40.0943.5752.75-
YUV175.01134.2119.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.87%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=30.87%
G=33.90%
B=35.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631791860.120.0400.27198.2614.2968.43
HexA3B3BAC401Bc6e44
Octal24326327214403330616104
Binary10100011101100111011101011001000110111100011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B3BA; }

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

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

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

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

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

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

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

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