Shades of Hit Grey #A5ADAD
Tints of Hit Grey #A5ADAD
RGB
CMYK
RGB Variations
Color information
#A5ADAD (or 0xA5ADAD) is known color: Hit Grey. HEX triplet: A5, AD and AD. RGB value is (165,173,173). Sum of RGB (Red+Green+Blue) = 165+173+173=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #A5ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ADAD is #5A5252. Grayscale: #AAAAAA. Windows color (decimal): -5919315 or 11382181. OLE color: 11382181.
HSL color Cylindrical-coordinate representation of color #A5ADAD: hue angle of 180º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A5ADAD is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 173 | - |
| CMYK | 0.05 | 0 | 0 | 0.32 |
| HSL | 180º | 0.05% | 0.66% | - |
| HSV(B) | 180º | 0.05% | 0.68% | - |
| XYZ | 38 | 40.9 | 45.43 | - |
| YUV | 170.61 | 129.35 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 173 | 0.05 | 0 | 0 | 0.32 | 180 | 0.05 | 0.66 |
| Hex | A5 | AD | AD | 5 | 0 | 0 | 20 | B4 | 5 | 42 |
| Octal | 245 | 255 | 255 | 5 | 0 | 0 | 40 | 264 | 5 | 102 |
| Binary | 10100101 | 10101101 | 10101101 | 101 | 0 | 0 | 100000 | 10110100 | 101 | 1000010 |
Color Harmonies of #A5ADAD
Complementary color
Monochromatic Colors of #A5ADAD
Black with #A5ADAD
Text Example
Text Example
White with #A5ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADAD; }
p { color: rgb(165,173,173); }
H1.HeaderClassName
{
color: #A5ADAD;
}
.AnyTagClassName
{
color: #A5ADAD;
}
</style>
background-color css
<style>
a { background-color: #A5ADAD; }
a { background-color: rgb(165,173,173); }
div.DivClassName
{
background-color: #A5ADAD;
}
.BgClassName
{
background-color: #A5ADAD;
}
</style>
border-color css
<style>
span { border-color: #A5ADAD; }
span { border-color: rgb(165,173,173); }
td.TdClassName
{
border-color: #A5ADAD;
}
.TagClassName
{
border-color: #A5ADAD;
}
</style>