Shades of Hit Grey #9CA9AA
Tints of Hit Grey #9CA9AA
RGB
CMYK
RGB Variations
Color information
#9CA9AA (or 0x9CA9AA) is known color: Hit Grey. HEX triplet: 9C, A9 and AA. RGB value is (156,169,170). Sum of RGB (Red+Green+Blue) = 156+169+170=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 170 - color contains mainly: blue. Hex color #9CA9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA9AA is #635655. Grayscale: #A5A5A5. Windows color (decimal): -6510166 or 11184540. OLE color: 11184540.
HSL color Cylindrical-coordinate representation of color #9CA9AA: hue angle of 184.29º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9CA9AA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 169 | 170 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.33 |
| HSL | 184.29º | 0.08% | 0.64% | - |
| HSV(B) | 184.29º | 0.08% | 0.67% | - |
| XYZ | 35.15 | 38.35 | 43.58 | - |
| YUV | 165.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 170 | 0.08 | 0.01 | 0 | 0.33 | 184.29 | 0.08 | 0.64 |
| Hex | 9C | A9 | AA | 8 | 1 | 0 | 21 | B8 | 8 | 40 |
| Octal | 234 | 251 | 252 | 10 | 1 | 0 | 41 | 270 | 10 | 100 |
| Binary | 10011100 | 10101001 | 10101010 | 1000 | 1 | 0 | 100001 | 10111000 | 1000 | 1000000 |
Color Harmonies of #9CA9AA
Complementary color
Monochromatic Colors of #9CA9AA
Black with #9CA9AA
Text Example
Text Example
White with #9CA9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA9AA; }
p { color: rgb(156,169,170); }
H1.HeaderClassName
{
color: #9CA9AA;
}
.AnyTagClassName
{
color: #9CA9AA;
}
</style>
background-color css
<style>
a { background-color: #9CA9AA; }
a { background-color: rgb(156,169,170); }
div.DivClassName
{
background-color: #9CA9AA;
}
.BgClassName
{
background-color: #9CA9AA;
}
</style>
border-color css
<style>
span { border-color: #9CA9AA; }
span { border-color: rgb(156,169,170); }
td.TdClassName
{
border-color: #9CA9AA;
}
.TagClassName
{
border-color: #9CA9AA;
}
</style>