Shades of Chatelle #A9A0B1
Tints of Chatelle #A9A0B1
RGB
CMYK
RGB Variations
Color information
#A9A0B1 (or 0xA9A0B1) is known color: Chatelle. HEX triplet: A9, A0 and B1. RGB value is (169,160,177). Sum of RGB (Red+Green+Blue) = 169+160+177=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 177 - color contains mainly: blue. Hex color #A9A0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A0B1 is #565F4E. Grayscale: #A4A4A4. Windows color (decimal): -5660495 or 11641001. OLE color: 11641001.
HSL color Cylindrical-coordinate representation of color #A9A0B1: hue angle of 271.76º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9A0B1 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 160 | 177 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.31 |
| HSL | 271.76º | 0.1% | 0.66% | - |
| HSV(B) | 271.76º | 0.1% | 0.69% | - |
| XYZ | 36.87 | 36.75 | 46.75 | - |
| YUV | 164.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 177 | 0.05 | 0.10 | 0 | 0.31 | 271.76 | 0.1 | 0.66 |
| Hex | A9 | A0 | B1 | 5 | A | 0 | 1F | 110 | A | 42 |
| Octal | 251 | 240 | 261 | 5 | 12 | 0 | 37 | 420 | 12 | 102 |
| Binary | 10101001 | 10100000 | 10110001 | 101 | 1010 | 0 | 11111 | 100010000 | 1010 | 1000010 |
Color Harmonies of #A9A0B1
Complementary color
Monochromatic Colors of #A9A0B1
Black with #A9A0B1
Text Example
Text Example
White with #A9A0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A0B1; }
p { color: rgb(169,160,177); }
H1.HeaderClassName
{
color: #A9A0B1;
}
.AnyTagClassName
{
color: #A9A0B1;
}
</style>
background-color css
<style>
a { background-color: #A9A0B1; }
a { background-color: rgb(169,160,177); }
div.DivClassName
{
background-color: #A9A0B1;
}
.BgClassName
{
background-color: #A9A0B1;
}
</style>
border-color css
<style>
span { border-color: #A9A0B1; }
span { border-color: rgb(169,160,177); }
td.TdClassName
{
border-color: #A9A0B1;
}
.TagClassName
{
border-color: #A9A0B1;
}
</style>