Shades of Tower Grey #9FACA4
Tints of Tower Grey #9FACA4
RGB
CMYK
RGB Variations
Color information
#9FACA4 (or 0x9FACA4) is known color: Tower Grey. HEX triplet: 9F, AC and A4. RGB value is (159,172,164). Sum of RGB (Red+Green+Blue) = 159+172+164=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 172 - color contains mainly: green. Hex color #9FACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FACA4 is #60535B. Grayscale: #A7A7A7. Windows color (decimal): -6312796 or 10792095. OLE color: 10792095.
HSL color Cylindrical-coordinate representation of color #9FACA4: hue angle of 143.08º 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 #9FACA4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 172 | 164 | - |
CMYK | 0.08 | 0 | 0.05 | 0.33 |
HSL | 143.08º | 0.07% | 0.65% | - |
HSV(B) | 143.08º | 0.08% | 0.67% | - |
XYZ | 35.75 | 39.56 | 40.87 | - |
YUV | 167.2 | 126.19 | 122.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 172 | 164 | 0.08 | 0 | 0.05 | 0.33 | 143.08 | 0.07 | 0.65 |
Hex | 9F | AC | A4 | 8 | 0 | 5 | 21 | 8F | 7 | 41 |
Octal | 237 | 254 | 244 | 10 | 0 | 5 | 41 | 217 | 7 | 101 |
Binary | 10011111 | 10101100 | 10100100 | 1000 | 0 | 101 | 100001 | 10001111 | 111 | 1000001 |
Color Harmonies of #9FACA4
Complementary color
Monochromatic Colors of #9FACA4
Black with #9FACA4
Text Example
Text Example
White with #9FACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACA4; }
p { color: rgb(159,172,164); }
H1.HeaderClassName
{
color: #9FACA4;
}
.AnyTagClassName
{
color: #9FACA4;
}
</style>
background-color css
<style>
a { background-color: #9FACA4; }
a { background-color: rgb(159,172,164); }
div.DivClassName
{
background-color: #9FACA4;
}
.BgClassName
{
background-color: #9FACA4;
}
</style>
border-color css
<style>
span { border-color: #9FACA4; }
span { border-color: rgb(159,172,164); }
td.TdClassName
{
border-color: #9FACA4;
}
.TagClassName
{
border-color: #9FACA4;
}
</style>