Shades of Hit Grey #94ADAC
Tints of Hit Grey #94ADAC
RGB
CMYK
RGB Variations
Color information
#94ADAC (or 0x94ADAC) is known color: Hit Grey. HEX triplet: 94, AD and AC. RGB value is (148,173,172). Sum of RGB (Red+Green+Blue) = 148+173+172=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #94ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ADAC is #6B5253. Grayscale: #A5A5A5. Windows color (decimal): -7033428 or 11316628. OLE color: 11316628.
HSL color Cylindrical-coordinate representation of color #94ADAC: hue angle of 177.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94ADAC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 173 | 172 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.32 |
| HSL | 177.6º | 0.13% | 0.63% | - |
| HSV(B) | 177.6º | 0.14% | 0.68% | - |
| XYZ | 34.6 | 39.16 | 44.76 | - |
| YUV | 165.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 172 | 0.14 | 0 | 0.01 | 0.32 | 177.6 | 0.13 | 0.63 |
| Hex | 94 | AD | AC | E | 0 | 1 | 20 | B2 | D | 3F |
| Octal | 224 | 255 | 254 | 16 | 0 | 1 | 40 | 262 | 15 | 77 |
| Binary | 10010100 | 10101101 | 10101100 | 1110 | 0 | 1 | 100000 | 10110010 | 1101 | 111111 |
Color Harmonies of #94ADAC
Complementary color
Monochromatic Colors of #94ADAC
Black with #94ADAC
Text Example
Text Example
White with #94ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADAC; }
p { color: rgb(148,173,172); }
H1.HeaderClassName
{
color: #94ADAC;
}
.AnyTagClassName
{
color: #94ADAC;
}
</style>
background-color css
<style>
a { background-color: #94ADAC; }
a { background-color: rgb(148,173,172); }
div.DivClassName
{
background-color: #94ADAC;
}
.BgClassName
{
background-color: #94ADAC;
}
</style>
border-color css
<style>
span { border-color: #94ADAC; }
span { border-color: rgb(148,173,172); }
td.TdClassName
{
border-color: #94ADAC;
}
.TagClassName
{
border-color: #94ADAC;
}
</style>