Shades of Chatelle #ABA1B1
Tints of Chatelle #ABA1B1
RGB
CMYK
RGB Variations
Color information
#ABA1B1 (or 0xABA1B1) is known color: Chatelle. HEX triplet: AB, A1 and B1. RGB value is (171,161,177). Sum of RGB (Red+Green+Blue) = 171+161+177=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 161 (63.28% from 255 or 31.63% 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 #ABA1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1B1 is #545E4E. Grayscale: #A5A5A5. Windows color (decimal): -5529167 or 11641259. OLE color: 11641259.
HSL color Cylindrical-coordinate representation of color #ABA1B1: hue angle of 277.5º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA1B1 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 161 | 177 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.31 |
| HSL | 277.5º | 0.09% | 0.66% | - |
| HSV(B) | 277.5º | 0.09% | 0.69% | - |
| XYZ | 37.48 | 37.32 | 46.82 | - |
| YUV | 165.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 177 | 0.03 | 0.09 | 0 | 0.31 | 277.5 | 0.09 | 0.66 |
| Hex | AB | A1 | B1 | 3 | 9 | 0 | 1F | 116 | 9 | 42 |
| Octal | 253 | 241 | 261 | 3 | 11 | 0 | 37 | 426 | 11 | 102 |
| Binary | 10101011 | 10100001 | 10110001 | 11 | 1001 | 0 | 11111 | 100010110 | 1001 | 1000010 |
Color Harmonies of #ABA1B1
Complementary color
Monochromatic Colors of #ABA1B1
Black with #ABA1B1
Text Example
Text Example
White with #ABA1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA1B1; }
p { color: rgb(171,161,177); }
H1.HeaderClassName
{
color: #ABA1B1;
}
.AnyTagClassName
{
color: #ABA1B1;
}
</style>
background-color css
<style>
a { background-color: #ABA1B1; }
a { background-color: rgb(171,161,177); }
div.DivClassName
{
background-color: #ABA1B1;
}
.BgClassName
{
background-color: #ABA1B1;
}
</style>
border-color css
<style>
span { border-color: #ABA1B1; }
span { border-color: rgb(171,161,177); }
td.TdClassName
{
border-color: #ABA1B1;
}
.TagClassName
{
border-color: #ABA1B1;
}
</style>