Shades of Hit Grey #99ADAE
Tints of Hit Grey #99ADAE
RGB
CMYK
RGB Variations
Color information
#99ADAE (or 0x99ADAE) is known color: Hit Grey. HEX triplet: 99, AD and AE. RGB value is (153,173,174). Sum of RGB (Red+Green+Blue) = 153+173+174=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: blue. Hex color #99ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADAE is #665251. Grayscale: #A7A7A7. Windows color (decimal): -6705746 or 11447705. OLE color: 11447705.
HSL color Cylindrical-coordinate representation of color #99ADAE: hue angle of 182.86º 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 #99ADAE is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 174 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.32 |
| HSL | 182.86º | 0.11% | 0.64% | - |
| HSV(B) | 182.86º | 0.12% | 0.68% | - |
| XYZ | 35.72 | 39.72 | 45.83 | - |
| YUV | 167.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 174 | 0.12 | 0.01 | 0 | 0.32 | 182.86 | 0.11 | 0.64 |
| Hex | 99 | AD | AE | C | 1 | 0 | 20 | B7 | B | 40 |
| Octal | 231 | 255 | 256 | 14 | 1 | 0 | 40 | 267 | 13 | 100 |
| Binary | 10011001 | 10101101 | 10101110 | 1100 | 1 | 0 | 100000 | 10110111 | 1011 | 1000000 |
Color Harmonies of #99ADAE
Complementary color
Monochromatic Colors of #99ADAE
Black with #99ADAE
Text Example
Text Example
White with #99ADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADAE; }
p { color: rgb(153,173,174); }
H1.HeaderClassName
{
color: #99ADAE;
}
.AnyTagClassName
{
color: #99ADAE;
}
</style>
background-color css
<style>
a { background-color: #99ADAE; }
a { background-color: rgb(153,173,174); }
div.DivClassName
{
background-color: #99ADAE;
}
.BgClassName
{
background-color: #99ADAE;
}
</style>
border-color css
<style>
span { border-color: #99ADAE; }
span { border-color: rgb(153,173,174); }
td.TdClassName
{
border-color: #99ADAE;
}
.TagClassName
{
border-color: #99ADAE;
}
</style>