Shades of Hit Grey #94ADAB
Tints of Hit Grey #94ADAB
RGB
CMYK
RGB Variations
Color information
#94ADAB (or 0x94ADAB) is known color: Hit Grey. HEX triplet: 94, AD and AB. RGB value is (148,173,171). Sum of RGB (Red+Green+Blue) = 148+173+171=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #94ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ADAB is #6B5254. Grayscale: #A5A5A5. Windows color (decimal): -7033429 or 11251092. OLE color: 11251092.
HSL color Cylindrical-coordinate representation of color #94ADAB: hue angle of 175.2º 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 #94ADAB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 173 | 171 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.32 |
| HSL | 175.2º | 0.13% | 0.63% | - |
| HSV(B) | 175.2º | 0.14% | 0.68% | - |
| XYZ | 34.51 | 39.12 | 44.26 | - |
| YUV | 165.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 171 | 0.14 | 0 | 0.01 | 0.32 | 175.2 | 0.13 | 0.63 |
| Hex | 94 | AD | AB | E | 0 | 1 | 20 | AF | D | 3F |
| Octal | 224 | 255 | 253 | 16 | 0 | 1 | 40 | 257 | 15 | 77 |
| Binary | 10010100 | 10101101 | 10101011 | 1110 | 0 | 1 | 100000 | 10101111 | 1101 | 111111 |
Color Harmonies of #94ADAB
Complementary color
Monochromatic Colors of #94ADAB
Black with #94ADAB
Text Example
Text Example
White with #94ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADAB; }
p { color: rgb(148,173,171); }
H1.HeaderClassName
{
color: #94ADAB;
}
.AnyTagClassName
{
color: #94ADAB;
}
</style>
background-color css
<style>
a { background-color: #94ADAB; }
a { background-color: rgb(148,173,171); }
div.DivClassName
{
background-color: #94ADAB;
}
.BgClassName
{
background-color: #94ADAB;
}
</style>
border-color css
<style>
span { border-color: #94ADAB; }
span { border-color: rgb(148,173,171); }
td.TdClassName
{
border-color: #94ADAB;
}
.TagClassName
{
border-color: #94ADAB;
}
</style>