Shades of Hit Grey #8FAEAC
Tints of Hit Grey #8FAEAC
RGB
CMYK
RGB Variations
Color information
#8FAEAC (or 0x8FAEAC) is known color: Hit Grey. HEX triplet: 8F, AE and AC. RGB value is (143,174,172). Sum of RGB (Red+Green+Blue) = 143+174+172=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAEAC is #705153. Grayscale: #A4A4A4. Windows color (decimal): -7360852 or 11316879. OLE color: 11316879.
HSL color Cylindrical-coordinate representation of color #8FAEAC: hue angle of 176.13º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAEAC is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 174 | 172 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.32 |
| HSL | 176.13º | 0.16% | 0.62% | - |
| HSV(B) | 176.13º | 0.18% | 0.68% | - |
| XYZ | 33.91 | 39.09 | 44.79 | - |
| YUV | 164.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 172 | 0.18 | 0 | 0.01 | 0.32 | 176.13 | 0.16 | 0.62 |
| Hex | 8F | AE | AC | 12 | 0 | 1 | 20 | B0 | 10 | 3E |
| Octal | 217 | 256 | 254 | 22 | 0 | 1 | 40 | 260 | 20 | 76 |
| Binary | 10001111 | 10101110 | 10101100 | 10010 | 0 | 1 | 100000 | 10110000 | 10000 | 111110 |
Color Harmonies of #8FAEAC
Complementary color
Monochromatic Colors of #8FAEAC
Black with #8FAEAC
Text Example
Text Example
White with #8FAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEAC; }
p { color: rgb(143,174,172); }
H1.HeaderClassName
{
color: #8FAEAC;
}
.AnyTagClassName
{
color: #8FAEAC;
}
</style>
background-color css
<style>
a { background-color: #8FAEAC; }
a { background-color: rgb(143,174,172); }
div.DivClassName
{
background-color: #8FAEAC;
}
.BgClassName
{
background-color: #8FAEAC;
}
</style>
border-color css
<style>
span { border-color: #8FAEAC; }
span { border-color: rgb(143,174,172); }
td.TdClassName
{
border-color: #8FAEAC;
}
.TagClassName
{
border-color: #8FAEAC;
}
</style>