Shades of Casper #ACB0B1
Tints of Casper #ACB0B1
RGB
CMYK
RGB Variations
Color information
#ACB0B1 (or 0xACB0B1) is known color: Casper. HEX triplet: AC, B0 and B1. RGB value is (172,176,177). Sum of RGB (Red+Green+Blue) = 172+176+177=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 177 - color contains mainly: blue. Hex color #ACB0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0B1 is #534F4E. Grayscale: #AEAEAE. Windows color (decimal): -5459791 or 11645100. OLE color: 11645100.
HSL color Cylindrical-coordinate representation of color #ACB0B1: hue angle of 192º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACB0B1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 177 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.31 |
| HSL | 192º | 0.03% | 0.68% | - |
| HSV(B) | 192º | 0.03% | 0.69% | - |
| XYZ | 40.47 | 43 | 47.76 | - |
| YUV | 174.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 177 | 0.03 | 0.01 | 0 | 0.31 | 192 | 0.03 | 0.68 |
| Hex | AC | B0 | B1 | 3 | 1 | 0 | 1F | C0 | 3 | 44 |
| Octal | 254 | 260 | 261 | 3 | 1 | 0 | 37 | 300 | 3 | 104 |
| Binary | 10101100 | 10110000 | 10110001 | 11 | 1 | 0 | 11111 | 11000000 | 11 | 1000100 |
Color Harmonies of #ACB0B1
Complementary color
Monochromatic Colors of #ACB0B1
Black with #ACB0B1
Text Example
Text Example
White with #ACB0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0B1; }
p { color: rgb(172,176,177); }
H1.HeaderClassName
{
color: #ACB0B1;
}
.AnyTagClassName
{
color: #ACB0B1;
}
</style>
background-color css
<style>
a { background-color: #ACB0B1; }
a { background-color: rgb(172,176,177); }
div.DivClassName
{
background-color: #ACB0B1;
}
.BgClassName
{
background-color: #ACB0B1;
}
</style>
border-color css
<style>
span { border-color: #ACB0B1; }
span { border-color: rgb(172,176,177); }
td.TdClassName
{
border-color: #ACB0B1;
}
.TagClassName
{
border-color: #ACB0B1;
}
</style>