Shades of Hit Grey #A0AEAD
Tints of Hit Grey #A0AEAD
RGB
CMYK
RGB Variations
Color information
#A0AEAD (or 0xA0AEAD) is known color: Hit Grey. HEX triplet: A0, AE and AD. RGB value is (160,174,173). Sum of RGB (Red+Green+Blue) = 160+174+173=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AEAD is #5F5152. Grayscale: #A9A9A9. Windows color (decimal): -6246739 or 11382432. OLE color: 11382432.
HSL color Cylindrical-coordinate representation of color #A0AEAD: hue angle of 175.71º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0AEAD is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 174 | 173 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.32 |
| HSL | 175.71º | 0.08% | 0.65% | - |
| HSV(B) | 175.71º | 0.08% | 0.68% | - |
| XYZ | 37.18 | 40.76 | 45.44 | - |
| YUV | 169.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 173 | 0.08 | 0 | 0.01 | 0.32 | 175.71 | 0.08 | 0.65 |
| Hex | A0 | AE | AD | 8 | 0 | 1 | 20 | B0 | 8 | 41 |
| Octal | 240 | 256 | 255 | 10 | 0 | 1 | 40 | 260 | 10 | 101 |
| Binary | 10100000 | 10101110 | 10101101 | 1000 | 0 | 1 | 100000 | 10110000 | 1000 | 1000001 |
Color Harmonies of #A0AEAD
Complementary color
Monochromatic Colors of #A0AEAD
Black with #A0AEAD
Text Example
Text Example
White with #A0AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AEAD; }
p { color: rgb(160,174,173); }
H1.HeaderClassName
{
color: #A0AEAD;
}
.AnyTagClassName
{
color: #A0AEAD;
}
</style>
background-color css
<style>
a { background-color: #A0AEAD; }
a { background-color: rgb(160,174,173); }
div.DivClassName
{
background-color: #A0AEAD;
}
.BgClassName
{
background-color: #A0AEAD;
}
</style>
border-color css
<style>
span { border-color: #A0AEAD; }
span { border-color: rgb(160,174,173); }
td.TdClassName
{
border-color: #A0AEAD;
}
.TagClassName
{
border-color: #A0AEAD;
}
</style>