Shades of Hit Grey #99ADAD
Tints of Hit Grey #99ADAD
RGB
CMYK
RGB Variations
Color information
#99ADAD (or 0x99ADAD) is known color: Hit Grey. HEX triplet: 99, AD and AD. RGB value is (153,173,173). Sum of RGB (Red+Green+Blue) = 153+173+173=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #99ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADAD is #665252. Grayscale: #A7A7A7. Windows color (decimal): -6705747 or 11382169. OLE color: 11382169.
HSL color Cylindrical-coordinate representation of color #99ADAD: hue angle of 180º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99ADAD is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 173 | - |
| CMYK | 0.12 | 0 | 0 | 0.32 |
| HSL | 180º | 0.11% | 0.64% | - |
| HSV(B) | 180º | 0.12% | 0.68% | - |
| XYZ | 35.62 | 39.68 | 45.32 | - |
| YUV | 167.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 173 | 0.12 | 0 | 0 | 0.32 | 180 | 0.11 | 0.64 |
| Hex | 99 | AD | AD | C | 0 | 0 | 20 | B4 | B | 40 |
| Octal | 231 | 255 | 255 | 14 | 0 | 0 | 40 | 264 | 13 | 100 |
| Binary | 10011001 | 10101101 | 10101101 | 1100 | 0 | 0 | 100000 | 10110100 | 1011 | 1000000 |
Color Harmonies of #99ADAD
Complementary color
Monochromatic Colors of #99ADAD
Black with #99ADAD
Text Example
Text Example
White with #99ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADAD; }
p { color: rgb(153,173,173); }
H1.HeaderClassName
{
color: #99ADAD;
}
.AnyTagClassName
{
color: #99ADAD;
}
</style>
background-color css
<style>
a { background-color: #99ADAD; }
a { background-color: rgb(153,173,173); }
div.DivClassName
{
background-color: #99ADAD;
}
.BgClassName
{
background-color: #99ADAD;
}
</style>
border-color css
<style>
span { border-color: #99ADAD; }
span { border-color: rgb(153,173,173); }
td.TdClassName
{
border-color: #99ADAD;
}
.TagClassName
{
border-color: #99ADAD;
}
</style>