Shades of Hit Grey #9FADAC
Tints of Hit Grey #9FADAC
RGB
CMYK
RGB Variations
Color information
#9FADAC (or 0x9FADAC) is known color: Hit Grey. HEX triplet: 9F, AD and AC. RGB value is (159,173,172). Sum of RGB (Red+Green+Blue) = 159+173+172=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 173 - color contains mainly: green. Hex color #9FADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADAC is #605253. Grayscale: #A8A8A8. Windows color (decimal): -6312532 or 11316639. OLE color: 11316639.
HSL color Cylindrical-coordinate representation of color #9FADAC: hue angle of 175.71º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FADAC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 159 | 173 | 172 | - |
CMYK | 0.08 | 0 | 0.01 | 0.32 |
HSL | 175.71º | 0.08% | 0.65% | - |
HSV(B) | 175.71º | 0.08% | 0.68% | - |
XYZ | 36.69 | 40.24 | 44.86 | - |
YUV | 168.7 | 129.86 | 121.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 173 | 172 | 0.08 | 0 | 0.01 | 0.32 | 175.71 | 0.08 | 0.65 |
Hex | 9F | AD | AC | 8 | 0 | 1 | 20 | B0 | 8 | 41 |
Octal | 237 | 255 | 254 | 10 | 0 | 1 | 40 | 260 | 10 | 101 |
Binary | 10011111 | 10101101 | 10101100 | 1000 | 0 | 1 | 100000 | 10110000 | 1000 | 1000001 |
Color Harmonies of #9FADAC
Complementary color
Monochromatic Colors of #9FADAC
Black with #9FADAC
Text Example
Text Example
White with #9FADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADAC; }
p { color: rgb(159,173,172); }
H1.HeaderClassName
{
color: #9FADAC;
}
.AnyTagClassName
{
color: #9FADAC;
}
</style>
background-color css
<style>
a { background-color: #9FADAC; }
a { background-color: rgb(159,173,172); }
div.DivClassName
{
background-color: #9FADAC;
}
.BgClassName
{
background-color: #9FADAC;
}
</style>
border-color css
<style>
span { border-color: #9FADAC; }
span { border-color: rgb(159,173,172); }
td.TdClassName
{
border-color: #9FADAC;
}
.TagClassName
{
border-color: #9FADAC;
}
</style>