Shades of Tower Grey #9AA8A4
Tints of Tower Grey #9AA8A4
RGB
CMYK
RGB Variations
Color information
#9AA8A4 (or 0x9AA8A4) is known color: Tower Grey. HEX triplet: 9A, A8 and A4. RGB value is (154,168,164). Sum of RGB (Red+Green+Blue) = 154+168+164=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA8A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA8A4 is #65575B. Grayscale: #A3A3A3. Windows color (decimal): -6641500 or 10791066. OLE color: 10791066.
HSL color Cylindrical-coordinate representation of color #9AA8A4: hue angle of 162.86º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9AA8A4 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 168 | 164 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.34 |
| HSL | 162.86º | 0.07% | 0.63% | - |
| HSV(B) | 162.86º | 0.08% | 0.66% | - |
| XYZ | 34.03 | 37.56 | 40.58 | - |
| YUV | 163.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 164 | 0.08 | 0 | 0.02 | 0.34 | 162.86 | 0.07 | 0.63 |
| Hex | 9A | A8 | A4 | 8 | 0 | 2 | 22 | A3 | 7 | 3F |
| Octal | 232 | 250 | 244 | 10 | 0 | 2 | 42 | 243 | 7 | 77 |
| Binary | 10011010 | 10101000 | 10100100 | 1000 | 0 | 10 | 100010 | 10100011 | 111 | 111111 |
Color Harmonies of #9AA8A4
Complementary color
Monochromatic Colors of #9AA8A4
Black with #9AA8A4
Text Example
Text Example
White with #9AA8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA8A4; }
p { color: rgb(154,168,164); }
H1.HeaderClassName
{
color: #9AA8A4;
}
.AnyTagClassName
{
color: #9AA8A4;
}
</style>
background-color css
<style>
a { background-color: #9AA8A4; }
a { background-color: rgb(154,168,164); }
div.DivClassName
{
background-color: #9AA8A4;
}
.BgClassName
{
background-color: #9AA8A4;
}
</style>
border-color css
<style>
span { border-color: #9AA8A4; }
span { border-color: rgb(154,168,164); }
td.TdClassName
{
border-color: #9AA8A4;
}
.TagClassName
{
border-color: #9AA8A4;
}
</style>