Shades of Hit Grey #90ABAA
Tints of Hit Grey #90ABAA
RGB
CMYK
RGB Variations
Color information
#90ABAA (or 0x90ABAA) is known color: Hit Grey. HEX triplet: 90, AB and AA. RGB value is (144,171,170). Sum of RGB (Red+Green+Blue) = 144+171+170=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #90ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABAA is #6F5455. Grayscale: #A2A2A2. Windows color (decimal): -7296086 or 11185040. OLE color: 11185040.
HSL color Cylindrical-coordinate representation of color #90ABAA: hue angle of 177.78º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90ABAA is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 170 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.33 |
| HSL | 177.78º | 0.14% | 0.62% | - |
| HSV(B) | 177.78º | 0.16% | 0.67% | - |
| XYZ | 33.32 | 37.96 | 43.6 | - |
| YUV | 162.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 170 | 0.16 | 0 | 0.01 | 0.33 | 177.78 | 0.14 | 0.62 |
| Hex | 90 | AB | AA | 10 | 0 | 1 | 21 | B2 | E | 3E |
| Octal | 220 | 253 | 252 | 20 | 0 | 1 | 41 | 262 | 16 | 76 |
| Binary | 10010000 | 10101011 | 10101010 | 10000 | 0 | 1 | 100001 | 10110010 | 1110 | 111110 |
Color Harmonies of #90ABAA
Complementary color
Monochromatic Colors of #90ABAA
Black with #90ABAA
Text Example
Text Example
White with #90ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABAA; }
p { color: rgb(144,171,170); }
H1.HeaderClassName
{
color: #90ABAA;
}
.AnyTagClassName
{
color: #90ABAA;
}
</style>
background-color css
<style>
a { background-color: #90ABAA; }
a { background-color: rgb(144,171,170); }
div.DivClassName
{
background-color: #90ABAA;
}
.BgClassName
{
background-color: #90ABAA;
}
</style>
border-color css
<style>
span { border-color: #90ABAA; }
span { border-color: rgb(144,171,170); }
td.TdClassName
{
border-color: #90ABAA;
}
.TagClassName
{
border-color: #90ABAA;
}
</style>