Shades of Tower Grey #9FACA8
Tints of Tower Grey #9FACA8
RGB
CMYK
RGB Variations
Color information
#9FACA8 (or 0x9FACA8) is known color: Tower Grey. HEX triplet: 9F, AC and A8. RGB value is (159,172,168). Sum of RGB (Red+Green+Blue) = 159+172+168=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 172 - color contains mainly: green. Hex color #9FACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FACA8 is #605357. Grayscale: #A7A7A7. Windows color (decimal): -6312792 or 11054239. OLE color: 11054239.
HSL color Cylindrical-coordinate representation of color #9FACA8: hue angle of 161.54º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FACA8 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 172 | 168 | - |
CMYK | 0.08 | 0 | 0.02 | 0.33 |
HSL | 161.54º | 0.07% | 0.65% | - |
HSV(B) | 161.54º | 0.08% | 0.67% | - |
XYZ | 36.12 | 39.7 | 42.81 | - |
YUV | 167.66 | 128.19 | 121.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 172 | 168 | 0.08 | 0 | 0.02 | 0.33 | 161.54 | 0.07 | 0.65 |
Hex | 9F | AC | A8 | 8 | 0 | 2 | 21 | A2 | 7 | 41 |
Octal | 237 | 254 | 250 | 10 | 0 | 2 | 41 | 242 | 7 | 101 |
Binary | 10011111 | 10101100 | 10101000 | 1000 | 0 | 10 | 100001 | 10100010 | 111 | 1000001 |
Color Harmonies of #9FACA8
Complementary color
Monochromatic Colors of #9FACA8
Black with #9FACA8
Text Example
Text Example
White with #9FACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACA8; }
p { color: rgb(159,172,168); }
H1.HeaderClassName
{
color: #9FACA8;
}
.AnyTagClassName
{
color: #9FACA8;
}
</style>
background-color css
<style>
a { background-color: #9FACA8; }
a { background-color: rgb(159,172,168); }
div.DivClassName
{
background-color: #9FACA8;
}
.BgClassName
{
background-color: #9FACA8;
}
</style>
border-color css
<style>
span { border-color: #9FACA8; }
span { border-color: rgb(159,172,168); }
td.TdClassName
{
border-color: #9FACA8;
}
.TagClassName
{
border-color: #9FACA8;
}
</style>