Shades of Hit Grey #95A9AA
Tints of Hit Grey #95A9AA
RGB
CMYK
RGB Variations
Color information
#95A9AA (or 0x95A9AA) is known color: Hit Grey. HEX triplet: 95, A9 and AA. RGB value is (149,169,170). Sum of RGB (Red+Green+Blue) = 149+169+170=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 170 - color contains mainly: blue. Hex color #95A9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A9AA is #6A5655. Grayscale: #A3A3A3. Windows color (decimal): -6968918 or 11184533. OLE color: 11184533.
HSL color Cylindrical-coordinate representation of color #95A9AA: hue angle of 182.86º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95A9AA is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 169 | 170 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.33 |
| HSL | 182.86º | 0.11% | 0.63% | - |
| HSV(B) | 182.86º | 0.12% | 0.67% | - |
| XYZ | 33.84 | 37.67 | 43.52 | - |
| YUV | 163.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 169 | 170 | 0.12 | 0.01 | 0 | 0.33 | 182.86 | 0.11 | 0.63 |
| Hex | 95 | A9 | AA | C | 1 | 0 | 21 | B7 | B | 3F |
| Octal | 225 | 251 | 252 | 14 | 1 | 0 | 41 | 267 | 13 | 77 |
| Binary | 10010101 | 10101001 | 10101010 | 1100 | 1 | 0 | 100001 | 10110111 | 1011 | 111111 |
Color Harmonies of #95A9AA
Complementary color
Monochromatic Colors of #95A9AA
Black with #95A9AA
Text Example
Text Example
White with #95A9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A9AA; }
p { color: rgb(149,169,170); }
H1.HeaderClassName
{
color: #95A9AA;
}
.AnyTagClassName
{
color: #95A9AA;
}
</style>
background-color css
<style>
a { background-color: #95A9AA; }
a { background-color: rgb(149,169,170); }
div.DivClassName
{
background-color: #95A9AA;
}
.BgClassName
{
background-color: #95A9AA;
}
</style>
border-color css
<style>
span { border-color: #95A9AA; }
span { border-color: rgb(149,169,170); }
td.TdClassName
{
border-color: #95A9AA;
}
.TagClassName
{
border-color: #95A9AA;
}
</style>