Shades of Hit Grey #93AEAD
Tints of Hit Grey #93AEAD
RGB
CMYK
RGB Variations
Color information
#93AEAD (or 0x93AEAD) is known color: Hit Grey. HEX triplet: 93, AE and AD. RGB value is (147,174,173). Sum of RGB (Red+Green+Blue) = 147+174+173=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #93AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AEAD is #6C5152. Grayscale: #A5A5A5. Windows color (decimal): -7098707 or 11382419. OLE color: 11382419.
HSL color Cylindrical-coordinate representation of color #93AEAD: hue angle of 177.78º 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 #93AEAD is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 174 | 173 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.32 |
| HSL | 177.78º | 0.14% | 0.63% | - |
| HSV(B) | 177.78º | 0.16% | 0.68% | - |
| XYZ | 34.71 | 39.49 | 45.33 | - |
| YUV | 165.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 174 | 173 | 0.16 | 0 | 0.01 | 0.32 | 177.78 | 0.14 | 0.63 |
| Hex | 93 | AE | AD | 10 | 0 | 1 | 20 | B2 | E | 3F |
| Octal | 223 | 256 | 255 | 20 | 0 | 1 | 40 | 262 | 16 | 77 |
| Binary | 10010011 | 10101110 | 10101101 | 10000 | 0 | 1 | 100000 | 10110010 | 1110 | 111111 |
Color Harmonies of #93AEAD
Complementary color
Monochromatic Colors of #93AEAD
Black with #93AEAD
Text Example
Text Example
White with #93AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AEAD; }
p { color: rgb(147,174,173); }
H1.HeaderClassName
{
color: #93AEAD;
}
.AnyTagClassName
{
color: #93AEAD;
}
</style>
background-color css
<style>
a { background-color: #93AEAD; }
a { background-color: rgb(147,174,173); }
div.DivClassName
{
background-color: #93AEAD;
}
.BgClassName
{
background-color: #93AEAD;
}
</style>
border-color css
<style>
span { border-color: #93AEAD; }
span { border-color: rgb(147,174,173); }
td.TdClassName
{
border-color: #93AEAD;
}
.TagClassName
{
border-color: #93AEAD;
}
</style>