Shades of Chatelle #A8A3AA
Tints of Chatelle #A8A3AA
RGB
CMYK
RGB Variations
Color information
#A8A3AA (or 0xA8A3AA) is known color: Chatelle. HEX triplet: A8, A3 and AA. RGB value is (168,163,170). Sum of RGB (Red+Green+Blue) = 168+163+170=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 170 - color contains mainly: blue. Hex color #A8A3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A3AA is #575C55. Grayscale: #A5A5A5. Windows color (decimal): -5725270 or 11183016. OLE color: 11183016.
HSL color Cylindrical-coordinate representation of color #A8A3AA: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A8A3AA is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 163 | 170 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.33 |
| HSL | 282.86º | 0.04% | 0.65% | - |
| HSV(B) | 282.86º | 0.04% | 0.67% | - |
| XYZ | 36.5 | 37.42 | 43.33 | - |
| YUV | 165.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 170 | 0.01 | 0.04 | 0 | 0.33 | 282.86 | 0.04 | 0.65 |
| Hex | A8 | A3 | AA | 1 | 4 | 0 | 21 | 11B | 4 | 41 |
| Octal | 250 | 243 | 252 | 1 | 4 | 0 | 41 | 433 | 4 | 101 |
| Binary | 10101000 | 10100011 | 10101010 | 1 | 100 | 0 | 100001 | 100011011 | 100 | 1000001 |
Color Harmonies of #A8A3AA
Complementary color
Monochromatic Colors of #A8A3AA
Black with #A8A3AA
Text Example
Text Example
White with #A8A3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A3AA; }
p { color: rgb(168,163,170); }
H1.HeaderClassName
{
color: #A8A3AA;
}
.AnyTagClassName
{
color: #A8A3AA;
}
</style>
background-color css
<style>
a { background-color: #A8A3AA; }
a { background-color: rgb(168,163,170); }
div.DivClassName
{
background-color: #A8A3AA;
}
.BgClassName
{
background-color: #A8A3AA;
}
</style>
border-color css
<style>
span { border-color: #A8A3AA; }
span { border-color: rgb(168,163,170); }
td.TdClassName
{
border-color: #A8A3AA;
}
.TagClassName
{
border-color: #A8A3AA;
}
</style>