Shades of Chatelle #ABA8AD
Tints of Chatelle #ABA8AD
RGB
CMYK
RGB Variations
Color information
#ABA8AD (or 0xABA8AD) is known color: Chatelle. HEX triplet: AB, A8 and AD. RGB value is (171,168,173). Sum of RGB (Red+Green+Blue) = 171+168+173=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8AD is #545752. Grayscale: #A9A9A9. Windows color (decimal): -5527379 or 11380907. OLE color: 11380907.
HSL color Cylindrical-coordinate representation of color #ABA8AD: hue angle of 276º degrees, saturation: 0.03, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABA8AD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 168 | 173 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.32 |
| HSL | 276º | 0.03% | 0.67% | - |
| HSV(B) | 276º | 0.03% | 0.68% | - |
| XYZ | 38.34 | 39.68 | 45.17 | - |
| YUV | 169.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 173 | 0.01 | 0.03 | 0 | 0.32 | 276 | 0.03 | 0.67 |
| Hex | AB | A8 | AD | 1 | 3 | 0 | 20 | 114 | 3 | 43 |
| Octal | 253 | 250 | 255 | 1 | 3 | 0 | 40 | 424 | 3 | 103 |
| Binary | 10101011 | 10101000 | 10101101 | 1 | 11 | 0 | 100000 | 100010100 | 11 | 1000011 |
Color Harmonies of #ABA8AD
Complementary color
Monochromatic Colors of #ABA8AD
Black with #ABA8AD
Text Example
Text Example
White with #ABA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA8AD; }
p { color: rgb(171,168,173); }
H1.HeaderClassName
{
color: #ABA8AD;
}
.AnyTagClassName
{
color: #ABA8AD;
}
</style>
background-color css
<style>
a { background-color: #ABA8AD; }
a { background-color: rgb(171,168,173); }
div.DivClassName
{
background-color: #ABA8AD;
}
.BgClassName
{
background-color: #ABA8AD;
}
</style>
border-color css
<style>
span { border-color: #ABA8AD; }
span { border-color: rgb(171,168,173); }
td.TdClassName
{
border-color: #ABA8AD;
}
.TagClassName
{
border-color: #ABA8AD;
}
</style>