Shades of Chatelle #A5A0A6
Tints of Chatelle #A5A0A6
RGB
CMYK
RGB Variations
Color information
#A5A0A6 (or 0xA5A0A6) is known color: Chatelle. HEX triplet: A5, A0 and A6. RGB value is (165,160,166). Sum of RGB (Red+Green+Blue) = 165+160+166=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 166 - color contains mainly: blue. Hex color #A5A0A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A0A6 is #5A5F59. Grayscale: #A2A2A2. Windows color (decimal): -5922650 or 10920101. OLE color: 10920101.
HSL color Cylindrical-coordinate representation of color #A5A0A6: hue angle of 290º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A5A0A6 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 160 | 166 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.35 |
| HSL | 290º | 0.03% | 0.64% | - |
| HSV(B) | 290º | 0.04% | 0.65% | - |
| XYZ | 34.97 | 35.89 | 41.16 | - |
| YUV | 162.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 166 | 0.01 | 0.04 | 0 | 0.35 | 290 | 0.03 | 0.64 |
| Hex | A5 | A0 | A6 | 1 | 4 | 0 | 23 | 122 | 3 | 40 |
| Octal | 245 | 240 | 246 | 1 | 4 | 0 | 43 | 442 | 3 | 100 |
| Binary | 10100101 | 10100000 | 10100110 | 1 | 100 | 0 | 100011 | 100100010 | 11 | 1000000 |
Color Harmonies of #A5A0A6
Complementary color
Monochromatic Colors of #A5A0A6
Black with #A5A0A6
Text Example
Text Example
White with #A5A0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A0A6; }
p { color: rgb(165,160,166); }
H1.HeaderClassName
{
color: #A5A0A6;
}
.AnyTagClassName
{
color: #A5A0A6;
}
</style>
background-color css
<style>
a { background-color: #A5A0A6; }
a { background-color: rgb(165,160,166); }
div.DivClassName
{
background-color: #A5A0A6;
}
.BgClassName
{
background-color: #A5A0A6;
}
</style>
border-color css
<style>
span { border-color: #A5A0A6; }
span { border-color: rgb(165,160,166); }
td.TdClassName
{
border-color: #A5A0A6;
}
.TagClassName
{
border-color: #A5A0A6;
}
</style>