Shades of Hit Grey #92AAA8
Tints of Hit Grey #92AAA8
RGB
CMYK
RGB Variations
Color information
#92AAA8 (or 0x92AAA8) is known color: Hit Grey. HEX triplet: 92, AA and A8. RGB value is (146,170,168). Sum of RGB (Red+Green+Blue) = 146+170+168=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 170 - color contains mainly: green. Hex color #92AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AAA8 is #6D5557. Grayscale: #A2A2A2. Windows color (decimal): -7165272 or 11053714. OLE color: 11053714.
HSL color Cylindrical-coordinate representation of color #92AAA8: hue angle of 175º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92AAA8 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 168 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.33 |
| HSL | 175º | 0.12% | 0.62% | - |
| HSV(B) | 175º | 0.14% | 0.67% | - |
| XYZ | 33.3 | 37.69 | 42.57 | - |
| YUV | 162.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 168 | 0.14 | 0 | 0.01 | 0.33 | 175 | 0.12 | 0.62 |
| Hex | 92 | AA | A8 | E | 0 | 1 | 21 | AF | C | 3E |
| Octal | 222 | 252 | 250 | 16 | 0 | 1 | 41 | 257 | 14 | 76 |
| Binary | 10010010 | 10101010 | 10101000 | 1110 | 0 | 1 | 100001 | 10101111 | 1100 | 111110 |
Color Harmonies of #92AAA8
Complementary color
Monochromatic Colors of #92AAA8
Black with #92AAA8
Text Example
Text Example
White with #92AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAA8; }
p { color: rgb(146,170,168); }
H1.HeaderClassName
{
color: #92AAA8;
}
.AnyTagClassName
{
color: #92AAA8;
}
</style>
background-color css
<style>
a { background-color: #92AAA8; }
a { background-color: rgb(146,170,168); }
div.DivClassName
{
background-color: #92AAA8;
}
.BgClassName
{
background-color: #92AAA8;
}
</style>
border-color css
<style>
span { border-color: #92AAA8; }
span { border-color: rgb(146,170,168); }
td.TdClassName
{
border-color: #92AAA8;
}
.TagClassName
{
border-color: #92AAA8;
}
</style>