Shades of Grey Chateau #A0A3A5
Tints of Grey Chateau #A0A3A5
RGB
CMYK
RGB Variations
Color information
#A0A3A5 (or 0xA0A3A5) is known color: Grey Chateau. HEX triplet: A0, A3 and A5. RGB value is (160,163,165). Sum of RGB (Red+Green+Blue) = 160+163+165=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 165 - color contains mainly: blue. Hex color #A0A3A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A3A5 is #5F5C5A. Grayscale: #A2A2A2. Windows color (decimal): -6249563 or 10855328. OLE color: 10855328.
HSL color Cylindrical-coordinate representation of color #A0A3A5: hue angle of 204º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A0A3A5 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 163 | 165 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.35 |
| HSL | 204º | 0.03% | 0.64% | - |
| HSV(B) | 204º | 0.03% | 0.65% | - |
| XYZ | 34.39 | 36.38 | 40.81 | - |
| YUV | 162.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 165 | 0.03 | 0.01 | 0 | 0.35 | 204 | 0.03 | 0.64 |
| Hex | A0 | A3 | A5 | 3 | 1 | 0 | 23 | CC | 3 | 40 |
| Octal | 240 | 243 | 245 | 3 | 1 | 0 | 43 | 314 | 3 | 100 |
| Binary | 10100000 | 10100011 | 10100101 | 11 | 1 | 0 | 100011 | 11001100 | 11 | 1000000 |
Color Harmonies of #A0A3A5
Complementary color
Monochromatic Colors of #A0A3A5
Black with #A0A3A5
Text Example
Text Example
White with #A0A3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A3A5; }
p { color: rgb(160,163,165); }
H1.HeaderClassName
{
color: #A0A3A5;
}
.AnyTagClassName
{
color: #A0A3A5;
}
</style>
background-color css
<style>
a { background-color: #A0A3A5; }
a { background-color: rgb(160,163,165); }
div.DivClassName
{
background-color: #A0A3A5;
}
.BgClassName
{
background-color: #A0A3A5;
}
</style>
border-color css
<style>
span { border-color: #A0A3A5; }
span { border-color: rgb(160,163,165); }
td.TdClassName
{
border-color: #A0A3A5;
}
.TagClassName
{
border-color: #A0A3A5;
}
</style>