Shades of Hit Grey #92AAAA
Tints of Hit Grey #92AAAA
RGB
CMYK
RGB Variations
Color information
#92AAAA (or 0x92AAAA) is known color: Hit Grey. HEX triplet: 92, AA and AA. RGB value is (146,170,170). Sum of RGB (Red+Green+Blue) = 146+170+170=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #92AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AAAA is #6D5555. Grayscale: #A2A2A2. Windows color (decimal): -7165270 or 11184786. OLE color: 11184786.
HSL color Cylindrical-coordinate representation of color #92AAAA: hue angle of 180º 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 #92AAAA is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 170 | - |
| CMYK | 0.14 | 0 | 0 | 0.33 |
| HSL | 180º | 0.12% | 0.62% | - |
| HSV(B) | 180º | 0.14% | 0.67% | - |
| XYZ | 33.48 | 37.76 | 43.55 | - |
| YUV | 162.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 170 | 0.14 | 0 | 0 | 0.33 | 180 | 0.12 | 0.62 |
| Hex | 92 | AA | AA | E | 0 | 0 | 21 | B4 | C | 3E |
| Octal | 222 | 252 | 252 | 16 | 0 | 0 | 41 | 264 | 14 | 76 |
| Binary | 10010010 | 10101010 | 10101010 | 1110 | 0 | 0 | 100001 | 10110100 | 1100 | 111110 |
Color Harmonies of #92AAAA
Complementary color
Monochromatic Colors of #92AAAA
Black with #92AAAA
Text Example
Text Example
White with #92AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAAA; }
p { color: rgb(146,170,170); }
H1.HeaderClassName
{
color: #92AAAA;
}
.AnyTagClassName
{
color: #92AAAA;
}
</style>
background-color css
<style>
a { background-color: #92AAAA; }
a { background-color: rgb(146,170,170); }
div.DivClassName
{
background-color: #92AAAA;
}
.BgClassName
{
background-color: #92AAAA;
}
</style>
border-color css
<style>
span { border-color: #92AAAA; }
span { border-color: rgb(146,170,170); }
td.TdClassName
{
border-color: #92AAAA;
}
.TagClassName
{
border-color: #92AAAA;
}
</style>