Shades of Hit Grey #90ACAA
Tints of Hit Grey #90ACAA
RGB
CMYK
RGB Variations
Color information
#90ACAA (or 0x90ACAA) is known color: Hit Grey. HEX triplet: 90, AC and AA. RGB value is (144,172,170). Sum of RGB (Red+Green+Blue) = 144+172+170=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 172 - color contains mainly: green. Hex color #90ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ACAA is #6F5355. Grayscale: #A3A3A3. Windows color (decimal): -7295830 or 11185296. OLE color: 11185296.
HSL color Cylindrical-coordinate representation of color #90ACAA: hue angle of 175.71º 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 #90ACAA is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 170 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.33 |
| HSL | 175.71º | 0.14% | 0.62% | - |
| HSV(B) | 175.71º | 0.16% | 0.67% | - |
| XYZ | 33.51 | 38.34 | 43.66 | - |
| YUV | 163.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 170 | 0.16 | 0 | 0.01 | 0.33 | 175.71 | 0.14 | 0.62 |
| Hex | 90 | AC | AA | 10 | 0 | 1 | 21 | B0 | E | 3E |
| Octal | 220 | 254 | 252 | 20 | 0 | 1 | 41 | 260 | 16 | 76 |
| Binary | 10010000 | 10101100 | 10101010 | 10000 | 0 | 1 | 100001 | 10110000 | 1110 | 111110 |
Color Harmonies of #90ACAA
Complementary color
Monochromatic Colors of #90ACAA
Black with #90ACAA
Text Example
Text Example
White with #90ACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACAA; }
p { color: rgb(144,172,170); }
H1.HeaderClassName
{
color: #90ACAA;
}
.AnyTagClassName
{
color: #90ACAA;
}
</style>
background-color css
<style>
a { background-color: #90ACAA; }
a { background-color: rgb(144,172,170); }
div.DivClassName
{
background-color: #90ACAA;
}
.BgClassName
{
background-color: #90ACAA;
}
</style>
border-color css
<style>
span { border-color: #90ACAA; }
span { border-color: rgb(144,172,170); }
td.TdClassName
{
border-color: #90ACAA;
}
.TagClassName
{
border-color: #90ACAA;
}
</style>