Shades of Hit Grey #A3AEAD
Tints of Hit Grey #A3AEAD
RGB
CMYK
RGB Variations
Color information
#A3AEAD (or 0xA3AEAD) is known color: Hit Grey. HEX triplet: A3, AE and AD. RGB value is (163,174,173). Sum of RGB (Red+Green+Blue) = 163+174+173=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AEAD is #5C5152. Grayscale: #AAAAAA. Windows color (decimal): -6050131 or 11382435. OLE color: 11382435.
HSL color Cylindrical-coordinate representation of color #A3AEAD: hue angle of 174.55º 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 #A3AEAD is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 174 | 173 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.32 |
| HSL | 174.55º | 0.06% | 0.66% | - |
| HSV(B) | 174.55º | 0.06% | 0.68% | - |
| XYZ | 37.78 | 41.08 | 45.47 | - |
| YUV | 170.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 173 | 0.06 | 0 | 0.01 | 0.32 | 174.55 | 0.06 | 0.66 |
| Hex | A3 | AE | AD | 6 | 0 | 1 | 20 | AF | 6 | 42 |
| Octal | 243 | 256 | 255 | 6 | 0 | 1 | 40 | 257 | 6 | 102 |
| Binary | 10100011 | 10101110 | 10101101 | 110 | 0 | 1 | 100000 | 10101111 | 110 | 1000010 |
Color Harmonies of #A3AEAD
Complementary color
Monochromatic Colors of #A3AEAD
Black with #A3AEAD
Text Example
Text Example
White with #A3AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AEAD; }
p { color: rgb(163,174,173); }
H1.HeaderClassName
{
color: #A3AEAD;
}
.AnyTagClassName
{
color: #A3AEAD;
}
</style>
background-color css
<style>
a { background-color: #A3AEAD; }
a { background-color: rgb(163,174,173); }
div.DivClassName
{
background-color: #A3AEAD;
}
.BgClassName
{
background-color: #A3AEAD;
}
</style>
border-color css
<style>
span { border-color: #A3AEAD; }
span { border-color: rgb(163,174,173); }
td.TdClassName
{
border-color: #A3AEAD;
}
.TagClassName
{
border-color: #A3AEAD;
}
</style>