Shades of Hit Grey #95A7A6
Tints of Hit Grey #95A7A6
RGB
CMYK
RGB Variations
Color information
#95A7A6 (or 0x95A7A6) is known color: Hit Grey. HEX triplet: 95, A7 and A6. RGB value is (149,167,166). Sum of RGB (Red+Green+Blue) = 149+167+166=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 167 - color contains mainly: green. Hex color #95A7A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A7A6 is #6A5859. Grayscale: #A1A1A1. Windows color (decimal): -6969434 or 10921877. OLE color: 10921877.
HSL color Cylindrical-coordinate representation of color #95A7A6: hue angle of 176.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #95A7A6 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 167 | 166 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.35 |
| HSL | 176.67º | 0.09% | 0.62% | - |
| HSV(B) | 176.67º | 0.11% | 0.65% | - |
| XYZ | 33.1 | 36.78 | 41.43 | - |
| YUV | 161.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 167 | 166 | 0.11 | 0 | 0.01 | 0.35 | 176.67 | 0.09 | 0.62 |
| Hex | 95 | A7 | A6 | B | 0 | 1 | 23 | B1 | 9 | 3E |
| Octal | 225 | 247 | 246 | 13 | 0 | 1 | 43 | 261 | 11 | 76 |
| Binary | 10010101 | 10100111 | 10100110 | 1011 | 0 | 1 | 100011 | 10110001 | 1001 | 111110 |
Color Harmonies of #95A7A6
Complementary color
Monochromatic Colors of #95A7A6
Black with #95A7A6
Text Example
Text Example
White with #95A7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A7A6; }
p { color: rgb(149,167,166); }
H1.HeaderClassName
{
color: #95A7A6;
}
.AnyTagClassName
{
color: #95A7A6;
}
</style>
background-color css
<style>
a { background-color: #95A7A6; }
a { background-color: rgb(149,167,166); }
div.DivClassName
{
background-color: #95A7A6;
}
.BgClassName
{
background-color: #95A7A6;
}
</style>
border-color css
<style>
span { border-color: #95A7A6; }
span { border-color: rgb(149,167,166); }
td.TdClassName
{
border-color: #95A7A6;
}
.TagClassName
{
border-color: #95A7A6;
}
</style>