Shades of Chatelle #A9A0AF
Tints of Chatelle #A9A0AF
RGB
CMYK
RGB Variations
Color information
#A9A0AF (or 0xA9A0AF) is known color: Chatelle. HEX triplet: A9, A0 and AF. RGB value is (169,160,175). Sum of RGB (Red+Green+Blue) = 169+160+175=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #A9A0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A0AF is #565F50. Grayscale: #A4A4A4. Windows color (decimal): -5660497 or 11509929. OLE color: 11509929.
HSL color Cylindrical-coordinate representation of color #A9A0AF: hue angle of 276º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9A0AF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 160 | 175 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.31 |
| HSL | 276º | 0.09% | 0.66% | - |
| HSV(B) | 276º | 0.09% | 0.69% | - |
| XYZ | 36.67 | 36.67 | 45.7 | - |
| YUV | 164.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 175 | 0.03 | 0.09 | 0 | 0.31 | 276 | 0.09 | 0.66 |
| Hex | A9 | A0 | AF | 3 | 9 | 0 | 1F | 114 | 9 | 42 |
| Octal | 251 | 240 | 257 | 3 | 11 | 0 | 37 | 424 | 11 | 102 |
| Binary | 10101001 | 10100000 | 10101111 | 11 | 1001 | 0 | 11111 | 100010100 | 1001 | 1000010 |
Color Harmonies of #A9A0AF
Complementary color
Monochromatic Colors of #A9A0AF
Black with #A9A0AF
Text Example
Text Example
White with #A9A0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A0AF; }
p { color: rgb(169,160,175); }
H1.HeaderClassName
{
color: #A9A0AF;
}
.AnyTagClassName
{
color: #A9A0AF;
}
</style>
background-color css
<style>
a { background-color: #A9A0AF; }
a { background-color: rgb(169,160,175); }
div.DivClassName
{
background-color: #A9A0AF;
}
.BgClassName
{
background-color: #A9A0AF;
}
</style>
border-color css
<style>
span { border-color: #A9A0AF; }
span { border-color: rgb(169,160,175); }
td.TdClassName
{
border-color: #A9A0AF;
}
.TagClassName
{
border-color: #A9A0AF;
}
</style>