Shades of Hit Grey #94AAAA
Tints of Hit Grey #94AAAA
RGB
CMYK
RGB Variations
Color information
#94AAAA (or 0x94AAAA) is known color: Hit Grey. HEX triplet: 94, AA and AA. RGB value is (148,170,170). Sum of RGB (Red+Green+Blue) = 148+170+170=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #94AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AAAA is #6B5555. Grayscale: #A3A3A3. Windows color (decimal): -7034198 or 11184788. OLE color: 11184788.
HSL color Cylindrical-coordinate representation of color #94AAAA: hue angle of 180º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94AAAA is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 170 | - |
| CMYK | 0.13 | 0 | 0 | 0.33 |
| HSL | 180º | 0.11% | 0.62% | - |
| HSV(B) | 180º | 0.13% | 0.67% | - |
| XYZ | 33.84 | 37.95 | 43.57 | - |
| YUV | 163.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 170 | 0.13 | 0 | 0 | 0.33 | 180 | 0.11 | 0.62 |
| Hex | 94 | AA | AA | D | 0 | 0 | 21 | B4 | B | 3E |
| Octal | 224 | 252 | 252 | 15 | 0 | 0 | 41 | 264 | 13 | 76 |
| Binary | 10010100 | 10101010 | 10101010 | 1101 | 0 | 0 | 100001 | 10110100 | 1011 | 111110 |
Color Harmonies of #94AAAA
Complementary color
Monochromatic Colors of #94AAAA
Black with #94AAAA
Text Example
Text Example
White with #94AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AAAA; }
p { color: rgb(148,170,170); }
H1.HeaderClassName
{
color: #94AAAA;
}
.AnyTagClassName
{
color: #94AAAA;
}
</style>
background-color css
<style>
a { background-color: #94AAAA; }
a { background-color: rgb(148,170,170); }
div.DivClassName
{
background-color: #94AAAA;
}
.BgClassName
{
background-color: #94AAAA;
}
</style>
border-color css
<style>
span { border-color: #94AAAA; }
span { border-color: rgb(148,170,170); }
td.TdClassName
{
border-color: #94AAAA;
}
.TagClassName
{
border-color: #94AAAA;
}
</style>