Shades of Hit Grey #99ADAC
Tints of Hit Grey #99ADAC
RGB
CMYK
RGB Variations
Color information
#99ADAC (or 0x99ADAC) is known color: Hit Grey. HEX triplet: 99, AD and AC. RGB value is (153,173,172). Sum of RGB (Red+Green+Blue) = 153+173+172=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #99ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADAC is #665253. Grayscale: #A6A6A6. Windows color (decimal): -6705748 or 11316633. OLE color: 11316633.
HSL color Cylindrical-coordinate representation of color #99ADAC: hue angle of 177º 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 #99ADAC is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 172 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.32 |
| HSL | 177º | 0.11% | 0.64% | - |
| HSV(B) | 177º | 0.12% | 0.68% | - |
| XYZ | 35.53 | 39.64 | 44.81 | - |
| YUV | 166.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 172 | 0.12 | 0 | 0.01 | 0.32 | 177 | 0.11 | 0.64 |
| Hex | 99 | AD | AC | C | 0 | 1 | 20 | B1 | B | 40 |
| Octal | 231 | 255 | 254 | 14 | 0 | 1 | 40 | 261 | 13 | 100 |
| Binary | 10011001 | 10101101 | 10101100 | 1100 | 0 | 1 | 100000 | 10110001 | 1011 | 1000000 |
Color Harmonies of #99ADAC
Complementary color
Monochromatic Colors of #99ADAC
Black with #99ADAC
Text Example
Text Example
White with #99ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADAC; }
p { color: rgb(153,173,172); }
H1.HeaderClassName
{
color: #99ADAC;
}
.AnyTagClassName
{
color: #99ADAC;
}
</style>
background-color css
<style>
a { background-color: #99ADAC; }
a { background-color: rgb(153,173,172); }
div.DivClassName
{
background-color: #99ADAC;
}
.BgClassName
{
background-color: #99ADAC;
}
</style>
border-color css
<style>
span { border-color: #99ADAC; }
span { border-color: rgb(153,173,172); }
td.TdClassName
{
border-color: #99ADAC;
}
.TagClassName
{
border-color: #99ADAC;
}
</style>