Shades of Chatelle #ABA8AF
Tints of Chatelle #ABA8AF
RGB
CMYK
RGB Variations
Color information
#ABA8AF (or 0xABA8AF) is known color: Chatelle. HEX triplet: AB, A8 and AF. RGB value is (171,168,175). Sum of RGB (Red+Green+Blue) = 171+168+175=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 175 - color contains mainly: blue. Hex color #ABA8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8AF is #545750. Grayscale: #A9A9A9. Windows color (decimal): -5527377 or 11511979. OLE color: 11511979.
HSL color Cylindrical-coordinate representation of color #ABA8AF: hue angle of 265.71º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABA8AF is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 168 | 175 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.31 |
| HSL | 265.71º | 0.04% | 0.67% | - |
| HSV(B) | 265.71º | 0.04% | 0.69% | - |
| XYZ | 38.54 | 39.76 | 46.2 | - |
| YUV | 169.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 175 | 0.02 | 0.04 | 0 | 0.31 | 265.71 | 0.04 | 0.67 |
| Hex | AB | A8 | AF | 2 | 4 | 0 | 1F | 10A | 4 | 43 |
| Octal | 253 | 250 | 257 | 2 | 4 | 0 | 37 | 412 | 4 | 103 |
| Binary | 10101011 | 10101000 | 10101111 | 10 | 100 | 0 | 11111 | 100001010 | 100 | 1000011 |
Color Harmonies of #ABA8AF
Complementary color
Monochromatic Colors of #ABA8AF
Black with #ABA8AF
Text Example
Text Example
White with #ABA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA8AF; }
p { color: rgb(171,168,175); }
H1.HeaderClassName
{
color: #ABA8AF;
}
.AnyTagClassName
{
color: #ABA8AF;
}
</style>
background-color css
<style>
a { background-color: #ABA8AF; }
a { background-color: rgb(171,168,175); }
div.DivClassName
{
background-color: #ABA8AF;
}
.BgClassName
{
background-color: #ABA8AF;
}
</style>
border-color css
<style>
span { border-color: #ABA8AF; }
span { border-color: rgb(171,168,175); }
td.TdClassName
{
border-color: #ABA8AF;
}
.TagClassName
{
border-color: #ABA8AF;
}
</style>