Shades of Hit Grey #AAADAD
Tints of Hit Grey #AAADAD
RGB
CMYK
RGB Variations
Color information
#AAADAD (or 0xAAADAD) is known color: Hit Grey. HEX triplet: AA, AD and AD. RGB value is (170,173,173). Sum of RGB (Red+Green+Blue) = 170+173+173=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #AAADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADAD is #555252. Grayscale: #ACACAC. Windows color (decimal): -5591635 or 11382186. OLE color: 11382186.
HSL color Cylindrical-coordinate representation of color #AAADAD: hue angle of 180º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAADAD is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 173 | - |
| CMYK | 0.02 | 0 | 0 | 0.32 |
| HSL | 180º | 0.02% | 0.67% | - |
| HSV(B) | 180º | 0.02% | 0.68% | - |
| XYZ | 39.06 | 41.45 | 45.48 | - |
| YUV | 172.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 173 | 0.02 | 0 | 0 | 0.32 | 180 | 0.02 | 0.67 |
| Hex | AA | AD | AD | 2 | 0 | 0 | 20 | B4 | 2 | 43 |
| Octal | 252 | 255 | 255 | 2 | 0 | 0 | 40 | 264 | 2 | 103 |
| Binary | 10101010 | 10101101 | 10101101 | 10 | 0 | 0 | 100000 | 10110100 | 10 | 1000011 |
Color Harmonies of #AAADAD
Complementary color
Monochromatic Colors of #AAADAD
Black with #AAADAD
Text Example
Text Example
White with #AAADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADAD; }
p { color: rgb(170,173,173); }
H1.HeaderClassName
{
color: #AAADAD;
}
.AnyTagClassName
{
color: #AAADAD;
}
</style>
background-color css
<style>
a { background-color: #AAADAD; }
a { background-color: rgb(170,173,173); }
div.DivClassName
{
background-color: #AAADAD;
}
.BgClassName
{
background-color: #AAADAD;
}
</style>
border-color css
<style>
span { border-color: #AAADAD; }
span { border-color: rgb(170,173,173); }
td.TdClassName
{
border-color: #AAADAD;
}
.TagClassName
{
border-color: #AAADAD;
}
</style>