Shades of Grey Chateau #A2A8AE
Tints of Grey Chateau #A2A8AE
RGB
CMYK
RGB Variations
Color information
#A2A8AE (or 0xA2A8AE) is known color: Grey Chateau. HEX triplet: A2, A8 and AE. RGB value is (162,168,174). Sum of RGB (Red+Green+Blue) = 162+168+174=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: blue. Hex color #A2A8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A8AE is #5D5751. Grayscale: #A6A6A6. Windows color (decimal): -6117202 or 11446434. OLE color: 11446434.
HSL color Cylindrical-coordinate representation of color #A2A8AE: hue angle of 210º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A2A8AE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 168 | 174 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.32 |
| HSL | 210º | 0.07% | 0.66% | - |
| HSV(B) | 210º | 0.07% | 0.68% | - |
| XYZ | 36.54 | 38.74 | 45.6 | - |
| YUV | 166.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 174 | 0.07 | 0.03 | 0 | 0.32 | 210 | 0.07 | 0.66 |
| Hex | A2 | A8 | AE | 7 | 3 | 0 | 20 | D2 | 7 | 42 |
| Octal | 242 | 250 | 256 | 7 | 3 | 0 | 40 | 322 | 7 | 102 |
| Binary | 10100010 | 10101000 | 10101110 | 111 | 11 | 0 | 100000 | 11010010 | 111 | 1000010 |
Color Harmonies of #A2A8AE
Complementary color
Monochromatic Colors of #A2A8AE
Black with #A2A8AE
Text Example
Text Example
White with #A2A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A8AE; }
p { color: rgb(162,168,174); }
H1.HeaderClassName
{
color: #A2A8AE;
}
.AnyTagClassName
{
color: #A2A8AE;
}
</style>
background-color css
<style>
a { background-color: #A2A8AE; }
a { background-color: rgb(162,168,174); }
div.DivClassName
{
background-color: #A2A8AE;
}
.BgClassName
{
background-color: #A2A8AE;
}
</style>
border-color css
<style>
span { border-color: #A2A8AE; }
span { border-color: rgb(162,168,174); }
td.TdClassName
{
border-color: #A2A8AE;
}
.TagClassName
{
border-color: #A2A8AE;
}
</style>