Shades of Hit Grey #93ACAB
Tints of Hit Grey #93ACAB
RGB
CMYK
RGB Variations
Color information
#93ACAB (or 0x93ACAB) is known color: Hit Grey. HEX triplet: 93, AC and AB. RGB value is (147,172,171). Sum of RGB (Red+Green+Blue) = 147+172+171=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #93ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ACAB is #6C5354. Grayscale: #A4A4A4. Windows color (decimal): -7099221 or 11250835. OLE color: 11250835.
HSL color Cylindrical-coordinate representation of color #93ACAB: hue angle of 177.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ACAB is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 172 | 171 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.33 |
| HSL | 177.6º | 0.13% | 0.63% | - |
| HSV(B) | 177.6º | 0.15% | 0.67% | - |
| XYZ | 34.14 | 38.65 | 44.19 | - |
| YUV | 164.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 171 | 0.15 | 0 | 0.01 | 0.33 | 177.6 | 0.13 | 0.63 |
| Hex | 93 | AC | AB | F | 0 | 1 | 21 | B2 | D | 3F |
| Octal | 223 | 254 | 253 | 17 | 0 | 1 | 41 | 262 | 15 | 77 |
| Binary | 10010011 | 10101100 | 10101011 | 1111 | 0 | 1 | 100001 | 10110010 | 1101 | 111111 |
Color Harmonies of #93ACAB
Complementary color
Monochromatic Colors of #93ACAB
Black with #93ACAB
Text Example
Text Example
White with #93ACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ACAB; }
p { color: rgb(147,172,171); }
H1.HeaderClassName
{
color: #93ACAB;
}
.AnyTagClassName
{
color: #93ACAB;
}
</style>
background-color css
<style>
a { background-color: #93ACAB; }
a { background-color: rgb(147,172,171); }
div.DivClassName
{
background-color: #93ACAB;
}
.BgClassName
{
background-color: #93ACAB;
}
</style>
border-color css
<style>
span { border-color: #93ACAB; }
span { border-color: rgb(147,172,171); }
td.TdClassName
{
border-color: #93ACAB;
}
.TagClassName
{
border-color: #93ACAB;
}
</style>