Shades of Grey Chateau #A3A8AE
Tints of Grey Chateau #A3A8AE
RGB
CMYK
RGB Variations
Color information
#A3A8AE (or 0xA3A8AE) is known color: Grey Chateau. HEX triplet: A3, A8 and AE. RGB value is (163,168,174). Sum of RGB (Red+Green+Blue) = 163+168+174=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 174 - color contains mainly: blue. Hex color #A3A8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A8AE is #5C5751. Grayscale: #A7A7A7. Windows color (decimal): -6051666 or 11446435. OLE color: 11446435.
HSL color Cylindrical-coordinate representation of color #A3A8AE: hue angle of 212.73º 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 #A3A8AE is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 168 | 174 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.32 |
| HSL | 212.73º | 0.06% | 0.66% | - |
| HSV(B) | 212.73º | 0.06% | 0.68% | - |
| XYZ | 36.75 | 38.85 | 45.61 | - |
| YUV | 167.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 174 | 0.06 | 0.03 | 0 | 0.32 | 212.73 | 0.06 | 0.66 |
| Hex | A3 | A8 | AE | 6 | 3 | 0 | 20 | D5 | 6 | 42 |
| Octal | 243 | 250 | 256 | 6 | 3 | 0 | 40 | 325 | 6 | 102 |
| Binary | 10100011 | 10101000 | 10101110 | 110 | 11 | 0 | 100000 | 11010101 | 110 | 1000010 |
Color Harmonies of #A3A8AE
Complementary color
Monochromatic Colors of #A3A8AE
Black with #A3A8AE
Text Example
Text Example
White with #A3A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A8AE; }
p { color: rgb(163,168,174); }
H1.HeaderClassName
{
color: #A3A8AE;
}
.AnyTagClassName
{
color: #A3A8AE;
}
</style>
background-color css
<style>
a { background-color: #A3A8AE; }
a { background-color: rgb(163,168,174); }
div.DivClassName
{
background-color: #A3A8AE;
}
.BgClassName
{
background-color: #A3A8AE;
}
</style>
border-color css
<style>
span { border-color: #A3A8AE; }
span { border-color: rgb(163,168,174); }
td.TdClassName
{
border-color: #A3A8AE;
}
.TagClassName
{
border-color: #A3A8AE;
}
</style>