Shades of Grey Chateau #A2A8AC
Tints of Grey Chateau #A2A8AC
RGB
CMYK
RGB Variations
Color information
#A2A8AC (or 0xA2A8AC) is known color: Grey Chateau. HEX triplet: A2, A8 and AC. RGB value is (162,168,172). Sum of RGB (Red+Green+Blue) = 162+168+172=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 172 - color contains mainly: blue. Hex color #A2A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A8AC is #5D5753. Grayscale: #A6A6A6. Windows color (decimal): -6117204 or 11315362. OLE color: 11315362.
HSL color Cylindrical-coordinate representation of color #A2A8AC: hue angle of 204º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A2A8AC is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 162 | 168 | 172 | - |
CMYK | 0.06 | 0.02 | 0 | 0.33 |
HSL | 204º | 0.06% | 0.65% | - |
HSV(B) | 204º | 0.06% | 0.67% | - |
XYZ | 36.35 | 38.67 | 44.58 | - |
YUV | 166.66 | 131.01 | 124.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 168 | 172 | 0.06 | 0.02 | 0 | 0.33 | 204 | 0.06 | 0.65 |
Hex | A2 | A8 | AC | 6 | 2 | 0 | 21 | CC | 6 | 41 |
Octal | 242 | 250 | 254 | 6 | 2 | 0 | 41 | 314 | 6 | 101 |
Binary | 10100010 | 10101000 | 10101100 | 110 | 10 | 0 | 100001 | 11001100 | 110 | 1000001 |
Color Harmonies of #A2A8AC
Complementary color
Monochromatic Colors of #A2A8AC
Black with #A2A8AC
Text Example
Text Example
White with #A2A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A8AC; }
p { color: rgb(162,168,172); }
H1.HeaderClassName
{
color: #A2A8AC;
}
.AnyTagClassName
{
color: #A2A8AC;
}
</style>
background-color css
<style>
a { background-color: #A2A8AC; }
a { background-color: rgb(162,168,172); }
div.DivClassName
{
background-color: #A2A8AC;
}
.BgClassName
{
background-color: #A2A8AC;
}
</style>
border-color css
<style>
span { border-color: #A2A8AC; }
span { border-color: rgb(162,168,172); }
td.TdClassName
{
border-color: #A2A8AC;
}
.TagClassName
{
border-color: #A2A8AC;
}
</style>