#A0B3B6

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

Shades of Casper #A0B3B6

Tints of Casper #A0B3B6

Color information

#A0B3B6 (or 0xA0B3B6) is unknown color: approx Casper. HEX triplet: A0, B3 and B6. RGB value is (160,179,182). Sum of RGB (Red+Green+Blue) = 160+179+182=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 182 - color contains mainly: blue. Hex color #A0B3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B3B6 is #5F4C49. Grayscale: #ADADAD. Windows color (decimal): -6245450 or 11973536. OLE color: 11973536.

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

Color convert

RGB160179182-
CMYK0.120.0200.29
HSL188.18º13.1%67.06%-
HSV(B)188.18º12.09%71.37%-
XYZ39.0643.0950.51-
YUV173.66132.71118.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=30.71%
G=34.36%
B=34.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601791820.120.0200.29188.1813.167.06
HexA0B3B6C201Dbcd43
Octal24026326614203527415103
Binary1010000010110011101101101100100111011011110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B3B6; }

 p { color: rgb(160,179,182); }

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

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

 a { background-color: rgb(160,179,182); }

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

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

 span { border-color: rgb(160,179,182); }

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