Shades of Hit Grey #9FAEAD
Tints of Hit Grey #9FAEAD
RGB
CMYK
RGB Variations
Color information
#9FAEAD (or 0x9FAEAD) is known color: Hit Grey. HEX triplet: 9F, AE and AD. RGB value is (159,174,173). Sum of RGB (Red+Green+Blue) = 159+174+173=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAEAD is #605152. Grayscale: #A9A9A9. Windows color (decimal): -6312275 or 11382431. OLE color: 11382431.
HSL color Cylindrical-coordinate representation of color #9FAEAD: hue angle of 176º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAEAD is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 174 | 173 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.32 |
| HSL | 176º | 0.08% | 0.65% | - |
| HSV(B) | 176º | 0.09% | 0.68% | - |
| XYZ | 36.98 | 40.66 | 45.43 | - |
| YUV | 169.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 173 | 0.09 | 0 | 0.01 | 0.32 | 176 | 0.08 | 0.65 |
| Hex | 9F | AE | AD | 9 | 0 | 1 | 20 | B0 | 8 | 41 |
| Octal | 237 | 256 | 255 | 11 | 0 | 1 | 40 | 260 | 10 | 101 |
| Binary | 10011111 | 10101110 | 10101101 | 1001 | 0 | 1 | 100000 | 10110000 | 1000 | 1000001 |
Color Harmonies of #9FAEAD
Complementary color
Monochromatic Colors of #9FAEAD
Black with #9FAEAD
Text Example
Text Example
White with #9FAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEAD; }
p { color: rgb(159,174,173); }
H1.HeaderClassName
{
color: #9FAEAD;
}
.AnyTagClassName
{
color: #9FAEAD;
}
</style>
background-color css
<style>
a { background-color: #9FAEAD; }
a { background-color: rgb(159,174,173); }
div.DivClassName
{
background-color: #9FAEAD;
}
.BgClassName
{
background-color: #9FAEAD;
}
</style>
border-color css
<style>
span { border-color: #9FAEAD; }
span { border-color: rgb(159,174,173); }
td.TdClassName
{
border-color: #9FAEAD;
}
.TagClassName
{
border-color: #9FAEAD;
}
</style>