Shades of Casper #A5B3B7
Tints of Casper #A5B3B7
RGB
CMYK
RGB Variations
Color information
#A5B3B7 (or 0xA5B3B7) is known color: Casper. HEX triplet: A5, B3 and B7. RGB value is (165,179,183). Sum of RGB (Red+Green+Blue) = 165+179+183=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 183 - color contains mainly: blue. Hex color #A5B3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B3B7 is #5A4C48. Grayscale: #AFAFAF. Windows color (decimal): -5917769 or 12039077. OLE color: 12039077.
HSL color Cylindrical-coordinate representation of color #A5B3B7: hue angle of 193.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B3B7 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 179 | 183 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.28 |
| HSL | 193.33º | 0.11% | 0.68% | - |
| HSV(B) | 193.33º | 0.1% | 0.72% | - |
| XYZ | 40.18 | 43.66 | 51.11 | - |
| YUV | 175.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 183 | 0.10 | 0.02 | 0 | 0.28 | 193.33 | 0.11 | 0.68 |
| Hex | A5 | B3 | B7 | A | 2 | 0 | 1C | C1 | B | 44 |
| Octal | 245 | 263 | 267 | 12 | 2 | 0 | 34 | 301 | 13 | 104 |
| Binary | 10100101 | 10110011 | 10110111 | 1010 | 10 | 0 | 11100 | 11000001 | 1011 | 1000100 |
Color Harmonies of #A5B3B7
Complementary color
Monochromatic Colors of #A5B3B7
Black with #A5B3B7
Text Example
Text Example
White with #A5B3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B3B7; }
p { color: rgb(165,179,183); }
H1.HeaderClassName
{
color: #A5B3B7;
}
.AnyTagClassName
{
color: #A5B3B7;
}
</style>
background-color css
<style>
a { background-color: #A5B3B7; }
a { background-color: rgb(165,179,183); }
div.DivClassName
{
background-color: #A5B3B7;
}
.BgClassName
{
background-color: #A5B3B7;
}
</style>
border-color css
<style>
span { border-color: #A5B3B7; }
span { border-color: rgb(165,179,183); }
td.TdClassName
{
border-color: #A5B3B7;
}
.TagClassName
{
border-color: #A5B3B7;
}
</style>