Shades of Tower Grey #9AB2A4
Tints of Tower Grey #9AB2A4
RGB
CMYK
RGB Variations
Color information
#9AB2A4 (or 0x9AB2A4) is known color: Tower Grey. HEX triplet: 9A, B2 and A4. RGB value is (154,178,164). Sum of RGB (Red+Green+Blue) = 154+178+164=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB2A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB2A4 is #654D5B. Grayscale: #A9A9A9. Windows color (decimal): -6638940 or 10793626. OLE color: 10793626.
HSL color Cylindrical-coordinate representation of color #9AB2A4: hue angle of 145º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AB2A4 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 178 | 164 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.30 |
| HSL | 145º | 0.13% | 0.65% | - |
| HSV(B) | 145º | 0.13% | 0.7% | - |
| XYZ | 35.95 | 41.39 | 41.22 | - |
| YUV | 169.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 164 | 0.13 | 0 | 0.08 | 0.30 | 145 | 0.13 | 0.65 |
| Hex | 9A | B2 | A4 | D | 0 | 8 | 1E | 91 | D | 41 |
| Octal | 232 | 262 | 244 | 15 | 0 | 10 | 36 | 221 | 15 | 101 |
| Binary | 10011010 | 10110010 | 10100100 | 1101 | 0 | 1000 | 11110 | 10010001 | 1101 | 1000001 |
Color Harmonies of #9AB2A4
Complementary color
Monochromatic Colors of #9AB2A4
Black with #9AB2A4
Text Example
Text Example
White with #9AB2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB2A4; }
p { color: rgb(154,178,164); }
H1.HeaderClassName
{
color: #9AB2A4;
}
.AnyTagClassName
{
color: #9AB2A4;
}
</style>
background-color css
<style>
a { background-color: #9AB2A4; }
a { background-color: rgb(154,178,164); }
div.DivClassName
{
background-color: #9AB2A4;
}
.BgClassName
{
background-color: #9AB2A4;
}
</style>
border-color css
<style>
span { border-color: #9AB2A4; }
span { border-color: rgb(154,178,164); }
td.TdClassName
{
border-color: #9AB2A4;
}
.TagClassName
{
border-color: #9AB2A4;
}
</style>