Shades of Chatelle #A9A5AC
Tints of Chatelle #A9A5AC
RGB
CMYK
RGB Variations
Color information
#A9A5AC (or 0xA9A5AC) is known color: Chatelle. HEX triplet: A9, A5 and AC. RGB value is (169,165,172). Sum of RGB (Red+Green+Blue) = 169+165+172=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 172 - color contains mainly: blue. Hex color #A9A5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A5AC is #565A53. Grayscale: #A6A6A6. Windows color (decimal): -5659220 or 11314601. OLE color: 11314601.
HSL color Cylindrical-coordinate representation of color #A9A5AC: hue angle of 274.29º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A9A5AC is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 165 | 172 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.33 |
| HSL | 274.29º | 0.04% | 0.66% | - |
| HSV(B) | 274.29º | 0.04% | 0.67% | - |
| XYZ | 37.26 | 38.32 | 44.46 | - |
| YUV | 166.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 172 | 0.02 | 0.04 | 0 | 0.33 | 274.29 | 0.04 | 0.66 |
| Hex | A9 | A5 | AC | 2 | 4 | 0 | 21 | 112 | 4 | 42 |
| Octal | 251 | 245 | 254 | 2 | 4 | 0 | 41 | 422 | 4 | 102 |
| Binary | 10101001 | 10100101 | 10101100 | 10 | 100 | 0 | 100001 | 100010010 | 100 | 1000010 |
Color Harmonies of #A9A5AC
Complementary color
Monochromatic Colors of #A9A5AC
Black with #A9A5AC
Text Example
Text Example
White with #A9A5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A5AC; }
p { color: rgb(169,165,172); }
H1.HeaderClassName
{
color: #A9A5AC;
}
.AnyTagClassName
{
color: #A9A5AC;
}
</style>
background-color css
<style>
a { background-color: #A9A5AC; }
a { background-color: rgb(169,165,172); }
div.DivClassName
{
background-color: #A9A5AC;
}
.BgClassName
{
background-color: #A9A5AC;
}
</style>
border-color css
<style>
span { border-color: #A9A5AC; }
span { border-color: rgb(169,165,172); }
td.TdClassName
{
border-color: #A9A5AC;
}
.TagClassName
{
border-color: #A9A5AC;
}
</style>