Shades of Chatelle #ABA6AD
Tints of Chatelle #ABA6AD
RGB
CMYK
RGB Variations
Color information
#ABA6AD (or 0xABA6AD) is known color: Chatelle. HEX triplet: AB, A6 and AD. RGB value is (171,166,173). Sum of RGB (Red+Green+Blue) = 171+166+173=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6AD is #545952. Grayscale: #A8A8A8. Windows color (decimal): -5527891 or 11380395. OLE color: 11380395.
HSL color Cylindrical-coordinate representation of color #ABA6AD: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABA6AD is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 166 | 173 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.32 |
| HSL | 282.86º | 0.04% | 0.66% | - |
| HSV(B) | 282.86º | 0.04% | 0.68% | - |
| XYZ | 37.97 | 38.95 | 45.05 | - |
| YUV | 168.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 173 | 0.01 | 0.04 | 0 | 0.32 | 282.86 | 0.04 | 0.66 |
| Hex | AB | A6 | AD | 1 | 4 | 0 | 20 | 11B | 4 | 42 |
| Octal | 253 | 246 | 255 | 1 | 4 | 0 | 40 | 433 | 4 | 102 |
| Binary | 10101011 | 10100110 | 10101101 | 1 | 100 | 0 | 100000 | 100011011 | 100 | 1000010 |
Color Harmonies of #ABA6AD
Complementary color
Monochromatic Colors of #ABA6AD
Black with #ABA6AD
Text Example
Text Example
White with #ABA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6AD; }
p { color: rgb(171,166,173); }
H1.HeaderClassName
{
color: #ABA6AD;
}
.AnyTagClassName
{
color: #ABA6AD;
}
</style>
background-color css
<style>
a { background-color: #ABA6AD; }
a { background-color: rgb(171,166,173); }
div.DivClassName
{
background-color: #ABA6AD;
}
.BgClassName
{
background-color: #ABA6AD;
}
</style>
border-color css
<style>
span { border-color: #ABA6AD; }
span { border-color: rgb(171,166,173); }
td.TdClassName
{
border-color: #ABA6AD;
}
.TagClassName
{
border-color: #ABA6AD;
}
</style>