Shades of Tower Grey #94ADA2
Tints of Tower Grey #94ADA2
RGB
CMYK
RGB Variations
Color information
#94ADA2 (or 0x94ADA2) is known color: Tower Grey. HEX triplet: 94, AD and A2. RGB value is (148,173,162). Sum of RGB (Red+Green+Blue) = 148+173+162=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #94ADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ADA2 is #6B525D. Grayscale: #A4A4A4. Windows color (decimal): -7033438 or 10661268. OLE color: 10661268.
HSL color Cylindrical-coordinate representation of color #94ADA2: hue angle of 153.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 #94ADA2 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 173 | 162 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.32 |
| HSL | 153.6º | 0.13% | 0.63% | - |
| HSV(B) | 153.6º | 0.14% | 0.68% | - |
| XYZ | 33.68 | 38.79 | 39.89 | - |
| YUV | 164.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 162 | 0.14 | 0 | 0.06 | 0.32 | 153.6 | 0.13 | 0.63 |
| Hex | 94 | AD | A2 | E | 0 | 6 | 20 | 9A | D | 3F |
| Octal | 224 | 255 | 242 | 16 | 0 | 6 | 40 | 232 | 15 | 77 |
| Binary | 10010100 | 10101101 | 10100010 | 1110 | 0 | 110 | 100000 | 10011010 | 1101 | 111111 |
Color Harmonies of #94ADA2
Complementary color
Monochromatic Colors of #94ADA2
Black with #94ADA2
Text Example
Text Example
White with #94ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADA2; }
p { color: rgb(148,173,162); }
H1.HeaderClassName
{
color: #94ADA2;
}
.AnyTagClassName
{
color: #94ADA2;
}
</style>
background-color css
<style>
a { background-color: #94ADA2; }
a { background-color: rgb(148,173,162); }
div.DivClassName
{
background-color: #94ADA2;
}
.BgClassName
{
background-color: #94ADA2;
}
</style>
border-color css
<style>
span { border-color: #94ADA2; }
span { border-color: rgb(148,173,162); }
td.TdClassName
{
border-color: #94ADA2;
}
.TagClassName
{
border-color: #94ADA2;
}
</style>