Shades of Chatelle #ACA0B1
Tints of Chatelle #ACA0B1
RGB
CMYK
RGB Variations
Color information
#ACA0B1 (or 0xACA0B1) is known color: Chatelle. HEX triplet: AC, A0 and B1. RGB value is (172,160,177). Sum of RGB (Red+Green+Blue) = 172+160+177=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 177 - color contains mainly: blue. Hex color #ACA0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0B1 is #535F4E. Grayscale: #A5A5A5. Windows color (decimal): -5463887 or 11641004. OLE color: 11641004.
HSL color Cylindrical-coordinate representation of color #ACA0B1: hue angle of 282.35º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACA0B1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 160 | 177 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.31 |
| HSL | 282.35º | 0.1% | 0.66% | - |
| HSV(B) | 282.35º | 0.1% | 0.69% | - |
| XYZ | 37.52 | 37.09 | 46.78 | - |
| YUV | 165.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 160 | 177 | 0.03 | 0.10 | 0 | 0.31 | 282.35 | 0.1 | 0.66 |
| Hex | AC | A0 | B1 | 3 | A | 0 | 1F | 11A | A | 42 |
| Octal | 254 | 240 | 261 | 3 | 12 | 0 | 37 | 432 | 12 | 102 |
| Binary | 10101100 | 10100000 | 10110001 | 11 | 1010 | 0 | 11111 | 100011010 | 1010 | 1000010 |
Color Harmonies of #ACA0B1
Complementary color
Monochromatic Colors of #ACA0B1
Black with #ACA0B1
Text Example
Text Example
White with #ACA0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA0B1; }
p { color: rgb(172,160,177); }
H1.HeaderClassName
{
color: #ACA0B1;
}
.AnyTagClassName
{
color: #ACA0B1;
}
</style>
background-color css
<style>
a { background-color: #ACA0B1; }
a { background-color: rgb(172,160,177); }
div.DivClassName
{
background-color: #ACA0B1;
}
.BgClassName
{
background-color: #ACA0B1;
}
</style>
border-color css
<style>
span { border-color: #ACA0B1; }
span { border-color: rgb(172,160,177); }
td.TdClassName
{
border-color: #ACA0B1;
}
.TagClassName
{
border-color: #ACA0B1;
}
</style>