Shades of Hit Grey #95AAA8
Tints of Hit Grey #95AAA8
RGB
CMYK
RGB Variations
Color information
#95AAA8 (or 0x95AAA8) is known color: Hit Grey. HEX triplet: 95, AA and A8. RGB value is (149,170,168). Sum of RGB (Red+Green+Blue) = 149+170+168=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 170 - color contains mainly: green. Hex color #95AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AAA8 is #6A5557. Grayscale: #A3A3A3. Windows color (decimal): -6968664 or 11053717. OLE color: 11053717.
HSL color Cylindrical-coordinate representation of color #95AAA8: hue angle of 174.29º 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 #95AAA8 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 170 | 168 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.33 |
| HSL | 174.29º | 0.11% | 0.63% | - |
| HSV(B) | 174.29º | 0.12% | 0.67% | - |
| XYZ | 33.84 | 37.97 | 42.59 | - |
| YUV | 163.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 168 | 0.12 | 0 | 0.01 | 0.33 | 174.29 | 0.11 | 0.63 |
| Hex | 95 | AA | A8 | C | 0 | 1 | 21 | AE | B | 3F |
| Octal | 225 | 252 | 250 | 14 | 0 | 1 | 41 | 256 | 13 | 77 |
| Binary | 10010101 | 10101010 | 10101000 | 1100 | 0 | 1 | 100001 | 10101110 | 1011 | 111111 |
Color Harmonies of #95AAA8
Complementary color
Monochromatic Colors of #95AAA8
Black with #95AAA8
Text Example
Text Example
White with #95AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AAA8; }
p { color: rgb(149,170,168); }
H1.HeaderClassName
{
color: #95AAA8;
}
.AnyTagClassName
{
color: #95AAA8;
}
</style>
background-color css
<style>
a { background-color: #95AAA8; }
a { background-color: rgb(149,170,168); }
div.DivClassName
{
background-color: #95AAA8;
}
.BgClassName
{
background-color: #95AAA8;
}
</style>
border-color css
<style>
span { border-color: #95AAA8; }
span { border-color: rgb(149,170,168); }
td.TdClassName
{
border-color: #95AAA8;
}
.TagClassName
{
border-color: #95AAA8;
}
</style>