Shades of Hit Grey #9AACAC
Tints of Hit Grey #9AACAC
RGB
CMYK
RGB Variations
Color information
#9AACAC (or 0x9AACAC) is known color: Hit Grey. HEX triplet: 9A, AC and AC. RGB value is (154,172,172). Sum of RGB (Red+Green+Blue) = 154+172+172=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #9AACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AACAC is #655353. Grayscale: #A6A6A6. Windows color (decimal): -6640468 or 11316378. OLE color: 11316378.
HSL color Cylindrical-coordinate representation of color #9AACAC: hue angle of 180º 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 #9AACAC is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 172 | - |
| CMYK | 0.10 | 0 | 0 | 0.33 |
| HSL | 180º | 0.1% | 0.64% | - |
| HSV(B) | 180º | 0.1% | 0.67% | - |
| XYZ | 35.53 | 39.35 | 44.75 | - |
| YUV | 166.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 172 | 0.10 | 0 | 0 | 0.33 | 180 | 0.1 | 0.64 |
| Hex | 9A | AC | AC | A | 0 | 0 | 21 | B4 | A | 40 |
| Octal | 232 | 254 | 254 | 12 | 0 | 0 | 41 | 264 | 12 | 100 |
| Binary | 10011010 | 10101100 | 10101100 | 1010 | 0 | 0 | 100001 | 10110100 | 1010 | 1000000 |
Color Harmonies of #9AACAC
Complementary color
Monochromatic Colors of #9AACAC
Black with #9AACAC
Text Example
Text Example
White with #9AACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACAC; }
p { color: rgb(154,172,172); }
H1.HeaderClassName
{
color: #9AACAC;
}
.AnyTagClassName
{
color: #9AACAC;
}
</style>
background-color css
<style>
a { background-color: #9AACAC; }
a { background-color: rgb(154,172,172); }
div.DivClassName
{
background-color: #9AACAC;
}
.BgClassName
{
background-color: #9AACAC;
}
</style>
border-color css
<style>
span { border-color: #9AACAC; }
span { border-color: rgb(154,172,172); }
td.TdClassName
{
border-color: #9AACAC;
}
.TagClassName
{
border-color: #9AACAC;
}
</style>