#A3B3BB

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

Shades of Casper #A3B3BB

Tints of Casper #A3B3BB

Color information

#A3B3BB (or 0xA3B3BB) is unknown color: approx Casper. HEX triplet: A3, B3 and BB. RGB value is (163,179,187). Sum of RGB (Red+Green+Blue) = 163+179+187=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3B3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B3BB is #5C4C44. Grayscale: #AFAFAF. Windows color (decimal): -6048837 or 12301219. OLE color: 12301219.

HSL color Cylindrical-coordinate representation of color #A3B3BB: hue angle of 200º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B3BB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163179187-
CMYK0.130.0400.27
HSL200º15%68.63%-
HSV(B)200º12.83%73.33%-
XYZ40.1943.6153.31-
YUV175.13134.7119.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=30.81%
G=33.84%
B=35.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631791870.130.0400.272001568.63
HexA3B3BBD401Bc8f45
Octal24326327315403331017105
Binary10100011101100111011101111011000110111100100011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B3BB; }

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

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

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

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

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

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

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

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