Shades of Casper #A3B7B8
Tints of Casper #A3B7B8
RGB
CMYK
RGB Variations
Color information
#A3B7B8 (or 0xA3B7B8) is known color: Casper. HEX triplet: A3, B7 and B8. RGB value is (163,183,184). Sum of RGB (Red+Green+Blue) = 163+183+184=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 184 - color contains mainly: blue. Hex color #A3B7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B7B8 is #5C4847. Grayscale: #B1B1B1. Windows color (decimal): -6047816 or 12105635. OLE color: 12105635.
HSL color Cylindrical-coordinate representation of color #A3B7B8: hue angle of 182.86º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B7B8 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 184 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.28 |
| HSL | 182.86º | 0.13% | 0.68% | - |
| HSV(B) | 182.86º | 0.11% | 0.72% | - |
| XYZ | 40.69 | 45.11 | 51.91 | - |
| YUV | 177.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 184 | 0.11 | 0.01 | 0 | 0.28 | 182.86 | 0.13 | 0.68 |
| Hex | A3 | B7 | B8 | B | 1 | 0 | 1C | B7 | D | 44 |
| Octal | 243 | 267 | 270 | 13 | 1 | 0 | 34 | 267 | 15 | 104 |
| Binary | 10100011 | 10110111 | 10111000 | 1011 | 1 | 0 | 11100 | 10110111 | 1101 | 1000100 |
Color Harmonies of #A3B7B8
Complementary color
Monochromatic Colors of #A3B7B8
Black with #A3B7B8
Text Example
Text Example
White with #A3B7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B7B8; }
p { color: rgb(163,183,184); }
H1.HeaderClassName
{
color: #A3B7B8;
}
.AnyTagClassName
{
color: #A3B7B8;
}
</style>
background-color css
<style>
a { background-color: #A3B7B8; }
a { background-color: rgb(163,183,184); }
div.DivClassName
{
background-color: #A3B7B8;
}
.BgClassName
{
background-color: #A3B7B8;
}
</style>
border-color css
<style>
span { border-color: #A3B7B8; }
span { border-color: rgb(163,183,184); }
td.TdClassName
{
border-color: #A3B7B8;
}
.TagClassName
{
border-color: #A3B7B8;
}
</style>