Shades of Grey Chateau #A3A8AD
Tints of Grey Chateau #A3A8AD
RGB
CMYK
RGB Variations
Color information
#A3A8AD (or 0xA3A8AD) is known color: Grey Chateau. HEX triplet: A3, A8 and AD. RGB value is (163,168,173). Sum of RGB (Red+Green+Blue) = 163+168+173=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 173 - color contains mainly: blue. Hex color #A3A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A8AD is #5C5752. Grayscale: #A7A7A7. Windows color (decimal): -6051667 or 11380899. OLE color: 11380899.
HSL color Cylindrical-coordinate representation of color #A3A8AD: hue angle of 210º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A3A8AD is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 168 | 173 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.32 |
| HSL | 210º | 0.06% | 0.66% | - |
| HSV(B) | 210º | 0.06% | 0.68% | - |
| XYZ | 36.65 | 38.81 | 45.09 | - |
| YUV | 167.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 173 | 0.06 | 0.03 | 0 | 0.32 | 210 | 0.06 | 0.66 |
| Hex | A3 | A8 | AD | 6 | 3 | 0 | 20 | D2 | 6 | 42 |
| Octal | 243 | 250 | 255 | 6 | 3 | 0 | 40 | 322 | 6 | 102 |
| Binary | 10100011 | 10101000 | 10101101 | 110 | 11 | 0 | 100000 | 11010010 | 110 | 1000010 |
Color Harmonies of #A3A8AD
Complementary color
Monochromatic Colors of #A3A8AD
Black with #A3A8AD
Text Example
Text Example
White with #A3A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A8AD; }
p { color: rgb(163,168,173); }
H1.HeaderClassName
{
color: #A3A8AD;
}
.AnyTagClassName
{
color: #A3A8AD;
}
</style>
background-color css
<style>
a { background-color: #A3A8AD; }
a { background-color: rgb(163,168,173); }
div.DivClassName
{
background-color: #A3A8AD;
}
.BgClassName
{
background-color: #A3A8AD;
}
</style>
border-color css
<style>
span { border-color: #A3A8AD; }
span { border-color: rgb(163,168,173); }
td.TdClassName
{
border-color: #A3A8AD;
}
.TagClassName
{
border-color: #A3A8AD;
}
</style>