Shades of Casper #A5B3B6
Tints of Casper #A5B3B6
RGB
CMYK
RGB Variations
Color information
#A5B3B6 (or 0xA5B3B6) is known color: Casper. HEX triplet: A5, B3 and B6. RGB value is (165,179,182). Sum of RGB (Red+Green+Blue) = 165+179+182=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 182 - color contains mainly: blue. Hex color #A5B3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B3B6 is #5A4C49. Grayscale: #AFAFAF. Windows color (decimal): -5917770 or 11973541. OLE color: 11973541.
HSL color Cylindrical-coordinate representation of color #A5B3B6: hue angle of 190.59º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5B3B6 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 179 | 182 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.29 |
| HSL | 190.59º | 0.1% | 0.68% | - |
| HSV(B) | 190.59º | 0.09% | 0.71% | - |
| XYZ | 40.08 | 43.62 | 50.56 | - |
| YUV | 175.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 182 | 0.09 | 0.02 | 0 | 0.29 | 190.59 | 0.1 | 0.68 |
| Hex | A5 | B3 | B6 | 9 | 2 | 0 | 1D | BF | A | 44 |
| Octal | 245 | 263 | 266 | 11 | 2 | 0 | 35 | 277 | 12 | 104 |
| Binary | 10100101 | 10110011 | 10110110 | 1001 | 10 | 0 | 11101 | 10111111 | 1010 | 1000100 |
Color Harmonies of #A5B3B6
Complementary color
Monochromatic Colors of #A5B3B6
Black with #A5B3B6
Text Example
Text Example
White with #A5B3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B3B6; }
p { color: rgb(165,179,182); }
H1.HeaderClassName
{
color: #A5B3B6;
}
.AnyTagClassName
{
color: #A5B3B6;
}
</style>
background-color css
<style>
a { background-color: #A5B3B6; }
a { background-color: rgb(165,179,182); }
div.DivClassName
{
background-color: #A5B3B6;
}
.BgClassName
{
background-color: #A5B3B6;
}
</style>
border-color css
<style>
span { border-color: #A5B3B6; }
span { border-color: rgb(165,179,182); }
td.TdClassName
{
border-color: #A5B3B6;
}
.TagClassName
{
border-color: #A5B3B6;
}
</style>