Shades of Chatelle #A7A0AB
Tints of Chatelle #A7A0AB
RGB
CMYK
RGB Variations
Color information
#A7A0AB (or 0xA7A0AB) is known color: Chatelle. HEX triplet: A7, A0 and AB. RGB value is (167,160,171). Sum of RGB (Red+Green+Blue) = 167+160+171=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 171 - color contains mainly: blue. Hex color #A7A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A0AB is #585F54. Grayscale: #A3A3A3. Windows color (decimal): -5791573 or 11247783. OLE color: 11247783.
HSL color Cylindrical-coordinate representation of color #A7A0AB: hue angle of 278.18º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A7A0AB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 160 | 171 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.33 |
| HSL | 278.18º | 0.06% | 0.65% | - |
| HSV(B) | 278.18º | 0.06% | 0.67% | - |
| XYZ | 35.86 | 36.3 | 43.64 | - |
| YUV | 163.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 160 | 171 | 0.02 | 0.06 | 0 | 0.33 | 278.18 | 0.06 | 0.65 |
| Hex | A7 | A0 | AB | 2 | 6 | 0 | 21 | 116 | 6 | 41 |
| Octal | 247 | 240 | 253 | 2 | 6 | 0 | 41 | 426 | 6 | 101 |
| Binary | 10100111 | 10100000 | 10101011 | 10 | 110 | 0 | 100001 | 100010110 | 110 | 1000001 |
Color Harmonies of #A7A0AB
Complementary color
Monochromatic Colors of #A7A0AB
Black with #A7A0AB
Text Example
Text Example
White with #A7A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A0AB; }
p { color: rgb(167,160,171); }
H1.HeaderClassName
{
color: #A7A0AB;
}
.AnyTagClassName
{
color: #A7A0AB;
}
</style>
background-color css
<style>
a { background-color: #A7A0AB; }
a { background-color: rgb(167,160,171); }
div.DivClassName
{
background-color: #A7A0AB;
}
.BgClassName
{
background-color: #A7A0AB;
}
</style>
border-color css
<style>
span { border-color: #A7A0AB; }
span { border-color: rgb(167,160,171); }
td.TdClassName
{
border-color: #A7A0AB;
}
.TagClassName
{
border-color: #A7A0AB;
}
</style>