#A3B3B4

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

Shades of Casper #A3B3B4

Tints of Casper #A3B3B4

Color information

#A3B3B4 (or 0xA3B3B4) is unknown color: approx Casper. HEX triplet: A3, B3 and B4. RGB value is (163,179,180). Sum of RGB (Red+Green+Blue) = 163+179+180=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 180 - color contains mainly: blue. Hex color #A3B3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B3B4 is #5C4C4B. Grayscale: #AEAEAE. Windows color (decimal): -6048844 or 11842467. OLE color: 11842467.

HSL color Cylindrical-coordinate representation of color #A3B3B4: hue angle of 183.53º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3B3B4 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163179180-
CMYK0.090.0100.29
HSL183.53º10.18%67.25%-
HSV(B)183.53º9.44%70.59%-
XYZ39.4643.3249.46-
YUV174.33131.2119.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=31.23%
G=34.29%
B=34.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631791800.090.0100.29183.5310.1867.25
HexA3B3B49101Db8a43
Octal24326326411103527012103
Binary101000111011001110110100100110111011011100010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B3B4; }

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

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

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

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

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

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

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

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