Shades of Tower Grey #9DACA4
Tints of Tower Grey #9DACA4
RGB
CMYK
RGB Variations
Color information
#9DACA4 (or 0x9DACA4) is known color: Tower Grey. HEX triplet: 9D, AC and A4. RGB value is (157,172,164). Sum of RGB (Red+Green+Blue) = 157+172+164=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #9DACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DACA4 is #62535B. Grayscale: #A6A6A6. Windows color (decimal): -6443868 or 10792093. OLE color: 10792093.
HSL color Cylindrical-coordinate representation of color #9DACA4: hue angle of 148º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DACA4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 164 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.33 |
| HSL | 148º | 0.08% | 0.65% | - |
| HSV(B) | 148º | 0.09% | 0.67% | - |
| XYZ | 35.36 | 39.35 | 40.85 | - |
| YUV | 166.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 164 | 0.09 | 0 | 0.05 | 0.33 | 148 | 0.08 | 0.65 |
| Hex | 9D | AC | A4 | 9 | 0 | 5 | 21 | 94 | 8 | 41 |
| Octal | 235 | 254 | 244 | 11 | 0 | 5 | 41 | 224 | 10 | 101 |
| Binary | 10011101 | 10101100 | 10100100 | 1001 | 0 | 101 | 100001 | 10010100 | 1000 | 1000001 |
Color Harmonies of #9DACA4
Complementary color
Monochromatic Colors of #9DACA4
Black with #9DACA4
Text Example
Text Example
White with #9DACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACA4; }
p { color: rgb(157,172,164); }
H1.HeaderClassName
{
color: #9DACA4;
}
.AnyTagClassName
{
color: #9DACA4;
}
</style>
background-color css
<style>
a { background-color: #9DACA4; }
a { background-color: rgb(157,172,164); }
div.DivClassName
{
background-color: #9DACA4;
}
.BgClassName
{
background-color: #9DACA4;
}
</style>
border-color css
<style>
span { border-color: #9DACA4; }
span { border-color: rgb(157,172,164); }
td.TdClassName
{
border-color: #9DACA4;
}
.TagClassName
{
border-color: #9DACA4;
}
</style>