Shades of Tower Grey #93AEA2
Tints of Tower Grey #93AEA2
RGB
CMYK
RGB Variations
Color information
#93AEA2 (or 0x93AEA2) is known color: Tower Grey. HEX triplet: 93, AE and A2. RGB value is (147,174,162). Sum of RGB (Red+Green+Blue) = 147+174+162=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #93AEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AEA2 is #6C515D. Grayscale: #A4A4A4. Windows color (decimal): -7098718 or 10661523. OLE color: 10661523.
HSL color Cylindrical-coordinate representation of color #93AEA2: hue angle of 153.33º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93AEA2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 174 | 162 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.32 |
| HSL | 153.33º | 0.14% | 0.63% | - |
| HSV(B) | 153.33º | 0.16% | 0.68% | - |
| XYZ | 33.69 | 39.08 | 39.95 | - |
| YUV | 164.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 174 | 162 | 0.16 | 0 | 0.07 | 0.32 | 153.33 | 0.14 | 0.63 |
| Hex | 93 | AE | A2 | 10 | 0 | 7 | 20 | 99 | E | 3F |
| Octal | 223 | 256 | 242 | 20 | 0 | 7 | 40 | 231 | 16 | 77 |
| Binary | 10010011 | 10101110 | 10100010 | 10000 | 0 | 111 | 100000 | 10011001 | 1110 | 111111 |
Color Harmonies of #93AEA2
Complementary color
Monochromatic Colors of #93AEA2
Black with #93AEA2
Text Example
Text Example
White with #93AEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AEA2; }
p { color: rgb(147,174,162); }
H1.HeaderClassName
{
color: #93AEA2;
}
.AnyTagClassName
{
color: #93AEA2;
}
</style>
background-color css
<style>
a { background-color: #93AEA2; }
a { background-color: rgb(147,174,162); }
div.DivClassName
{
background-color: #93AEA2;
}
.BgClassName
{
background-color: #93AEA2;
}
</style>
border-color css
<style>
span { border-color: #93AEA2; }
span { border-color: rgb(147,174,162); }
td.TdClassName
{
border-color: #93AEA2;
}
.TagClassName
{
border-color: #93AEA2;
}
</style>