Shades of Chatelle #ABA0AD
Tints of Chatelle #ABA0AD
RGB
CMYK
RGB Variations
Color information
#ABA0AD (or 0xABA0AD) is known color: Chatelle. HEX triplet: AB, A0 and AD. RGB value is (171,160,173). Sum of RGB (Red+Green+Blue) = 171+160+173=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA0AD is #545F52. Grayscale: #A4A4A4. Windows color (decimal): -5529427 or 11378859. OLE color: 11378859.
HSL color Cylindrical-coordinate representation of color #ABA0AD: hue angle of 290.77º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA0AD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 160 | 173 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.32 |
| HSL | 290.77º | 0.07% | 0.65% | - |
| HSV(B) | 290.77º | 0.08% | 0.68% | - |
| XYZ | 36.91 | 36.82 | 44.7 | - |
| YUV | 164.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 173 | 0.01 | 0.08 | 0 | 0.32 | 290.77 | 0.07 | 0.65 |
| Hex | AB | A0 | AD | 1 | 8 | 0 | 20 | 123 | 7 | 41 |
| Octal | 253 | 240 | 255 | 1 | 10 | 0 | 40 | 443 | 7 | 101 |
| Binary | 10101011 | 10100000 | 10101101 | 1 | 1000 | 0 | 100000 | 100100011 | 111 | 1000001 |
Color Harmonies of #ABA0AD
Complementary color
Monochromatic Colors of #ABA0AD
Black with #ABA0AD
Text Example
Text Example
White with #ABA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA0AD; }
p { color: rgb(171,160,173); }
H1.HeaderClassName
{
color: #ABA0AD;
}
.AnyTagClassName
{
color: #ABA0AD;
}
</style>
background-color css
<style>
a { background-color: #ABA0AD; }
a { background-color: rgb(171,160,173); }
div.DivClassName
{
background-color: #ABA0AD;
}
.BgClassName
{
background-color: #ABA0AD;
}
</style>
border-color css
<style>
span { border-color: #ABA0AD; }
span { border-color: rgb(171,160,173); }
td.TdClassName
{
border-color: #ABA0AD;
}
.TagClassName
{
border-color: #ABA0AD;
}
</style>