Shades of Chatelle #ABA9AD
Tints of Chatelle #ABA9AD
RGB
CMYK
RGB Variations
Color information
#ABA9AD (or 0xABA9AD) is known color: Chatelle. HEX triplet: AB, A9 and AD. RGB value is (171,169,173). Sum of RGB (Red+Green+Blue) = 171+169+173=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA9AD is #545652. Grayscale: #AAAAAA. Windows color (decimal): -5527123 or 11381163. OLE color: 11381163.
HSL color Cylindrical-coordinate representation of color #ABA9AD: hue angle of 270º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABA9AD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 169 | 173 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.32 |
| HSL | 270º | 0.02% | 0.67% | - |
| HSV(B) | 270º | 0.02% | 0.68% | - |
| XYZ | 38.53 | 40.05 | 45.24 | - |
| YUV | 170.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 173 | 0.01 | 0.02 | 0 | 0.32 | 270 | 0.02 | 0.67 |
| Hex | AB | A9 | AD | 1 | 2 | 0 | 20 | 10E | 2 | 43 |
| Octal | 253 | 251 | 255 | 1 | 2 | 0 | 40 | 416 | 2 | 103 |
| Binary | 10101011 | 10101001 | 10101101 | 1 | 10 | 0 | 100000 | 100001110 | 10 | 1000011 |
Color Harmonies of #ABA9AD
Complementary color
Monochromatic Colors of #ABA9AD
Black with #ABA9AD
Text Example
Text Example
White with #ABA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA9AD; }
p { color: rgb(171,169,173); }
H1.HeaderClassName
{
color: #ABA9AD;
}
.AnyTagClassName
{
color: #ABA9AD;
}
</style>
background-color css
<style>
a { background-color: #ABA9AD; }
a { background-color: rgb(171,169,173); }
div.DivClassName
{
background-color: #ABA9AD;
}
.BgClassName
{
background-color: #ABA9AD;
}
</style>
border-color css
<style>
span { border-color: #ABA9AD; }
span { border-color: rgb(171,169,173); }
td.TdClassName
{
border-color: #ABA9AD;
}
.TagClassName
{
border-color: #ABA9AD;
}
</style>