Shades of Hit Grey #9AACAA
Tints of Hit Grey #9AACAA
RGB
CMYK
RGB Variations
Color information
#9AACAA (or 0x9AACAA) is known color: Hit Grey. HEX triplet: 9A, AC and AA. RGB value is (154,172,170). Sum of RGB (Red+Green+Blue) = 154+172+170=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 172 - color contains mainly: green. Hex color #9AACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AACAA is #655355. Grayscale: #A6A6A6. Windows color (decimal): -6640470 or 11185306. OLE color: 11185306.
HSL color Cylindrical-coordinate representation of color #9AACAA: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AACAA is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 170 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.33 |
| HSL | 173.33º | 0.1% | 0.64% | - |
| HSV(B) | 173.33º | 0.1% | 0.67% | - |
| XYZ | 35.33 | 39.28 | 43.75 | - |
| YUV | 166.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 170 | 0.10 | 0 | 0.01 | 0.33 | 173.33 | 0.1 | 0.64 |
| Hex | 9A | AC | AA | A | 0 | 1 | 21 | AD | A | 40 |
| Octal | 232 | 254 | 252 | 12 | 0 | 1 | 41 | 255 | 12 | 100 |
| Binary | 10011010 | 10101100 | 10101010 | 1010 | 0 | 1 | 100001 | 10101101 | 1010 | 1000000 |
Color Harmonies of #9AACAA
Complementary color
Monochromatic Colors of #9AACAA
Black with #9AACAA
Text Example
Text Example
White with #9AACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACAA; }
p { color: rgb(154,172,170); }
H1.HeaderClassName
{
color: #9AACAA;
}
.AnyTagClassName
{
color: #9AACAA;
}
</style>
background-color css
<style>
a { background-color: #9AACAA; }
a { background-color: rgb(154,172,170); }
div.DivClassName
{
background-color: #9AACAA;
}
.BgClassName
{
background-color: #9AACAA;
}
</style>
border-color css
<style>
span { border-color: #9AACAA; }
span { border-color: rgb(154,172,170); }
td.TdClassName
{
border-color: #9AACAA;
}
.TagClassName
{
border-color: #9AACAA;
}
</style>