Shades of Chatelle #ABA6B1
Tints of Chatelle #ABA6B1
RGB
CMYK
RGB Variations
Color information
#ABA6B1 (or 0xABA6B1) is known color: Chatelle. HEX triplet: AB, A6 and B1. RGB value is (171,166,177). Sum of RGB (Red+Green+Blue) = 171+166+177=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABA6B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6B1 is #54594E. Grayscale: #A8A8A8. Windows color (decimal): -5527887 or 11642539. OLE color: 11642539.
HSL color Cylindrical-coordinate representation of color #ABA6B1: hue angle of 267.27º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABA6B1 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 166 | 177 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.31 |
| HSL | 267.27º | 0.07% | 0.67% | - |
| HSV(B) | 267.27º | 0.06% | 0.69% | - |
| XYZ | 38.37 | 39.1 | 47.12 | - |
| YUV | 168.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 177 | 0.03 | 0.06 | 0 | 0.31 | 267.27 | 0.07 | 0.67 |
| Hex | AB | A6 | B1 | 3 | 6 | 0 | 1F | 10B | 7 | 43 |
| Octal | 253 | 246 | 261 | 3 | 6 | 0 | 37 | 413 | 7 | 103 |
| Binary | 10101011 | 10100110 | 10110001 | 11 | 110 | 0 | 11111 | 100001011 | 111 | 1000011 |
Color Harmonies of #ABA6B1
Complementary color
Monochromatic Colors of #ABA6B1
Black with #ABA6B1
Text Example
Text Example
White with #ABA6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6B1; }
p { color: rgb(171,166,177); }
H1.HeaderClassName
{
color: #ABA6B1;
}
.AnyTagClassName
{
color: #ABA6B1;
}
</style>
background-color css
<style>
a { background-color: #ABA6B1; }
a { background-color: rgb(171,166,177); }
div.DivClassName
{
background-color: #ABA6B1;
}
.BgClassName
{
background-color: #ABA6B1;
}
</style>
border-color css
<style>
span { border-color: #ABA6B1; }
span { border-color: rgb(171,166,177); }
td.TdClassName
{
border-color: #ABA6B1;
}
.TagClassName
{
border-color: #ABA6B1;
}
</style>