Shades of Grey Chateau #A2A8AD
Tints of Grey Chateau #A2A8AD
RGB
CMYK
RGB Variations
Color information
#A2A8AD (or 0xA2A8AD) is known color: Grey Chateau. HEX triplet: A2, A8 and AD. RGB value is (162,168,173). Sum of RGB (Red+Green+Blue) = 162+168+173=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 173 - color contains mainly: blue. Hex color #A2A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A8AD is #5D5752. Grayscale: #A6A6A6. Windows color (decimal): -6117203 or 11380898. OLE color: 11380898.
HSL color Cylindrical-coordinate representation of color #A2A8AD: hue angle of 207.27º 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 #A2A8AD is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 162 | 168 | 173 | - |
CMYK | 0.06 | 0.03 | 0 | 0.32 |
HSL | 207.27º | 0.06% | 0.66% | - |
HSV(B) | 207.27º | 0.06% | 0.68% | - |
XYZ | 36.45 | 38.7 | 45.08 | - |
YUV | 166.78 | 131.51 | 124.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 168 | 173 | 0.06 | 0.03 | 0 | 0.32 | 207.27 | 0.06 | 0.66 |
Hex | A2 | A8 | AD | 6 | 3 | 0 | 20 | CF | 6 | 42 |
Octal | 242 | 250 | 255 | 6 | 3 | 0 | 40 | 317 | 6 | 102 |
Binary | 10100010 | 10101000 | 10101101 | 110 | 11 | 0 | 100000 | 11001111 | 110 | 1000010 |
Color Harmonies of #A2A8AD
Complementary color
Monochromatic Colors of #A2A8AD
Black with #A2A8AD
Text Example
Text Example
White with #A2A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A8AD; }
p { color: rgb(162,168,173); }
H1.HeaderClassName
{
color: #A2A8AD;
}
.AnyTagClassName
{
color: #A2A8AD;
}
</style>
background-color css
<style>
a { background-color: #A2A8AD; }
a { background-color: rgb(162,168,173); }
div.DivClassName
{
background-color: #A2A8AD;
}
.BgClassName
{
background-color: #A2A8AD;
}
</style>
border-color css
<style>
span { border-color: #A2A8AD; }
span { border-color: rgb(162,168,173); }
td.TdClassName
{
border-color: #A2A8AD;
}
.TagClassName
{
border-color: #A2A8AD;
}
</style>