Shades of Hit Grey #90ADAB
Tints of Hit Grey #90ADAB
RGB
CMYK
RGB Variations
Color information
#90ADAB (or 0x90ADAB) is known color: Hit Grey. HEX triplet: 90, AD and AB. RGB value is (144,173,171). Sum of RGB (Red+Green+Blue) = 144+173+171=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #90ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADAB is #6F5254. Grayscale: #A4A4A4. Windows color (decimal): -7295573 or 11251088. OLE color: 11251088.
HSL color Cylindrical-coordinate representation of color #90ADAB: hue angle of 175.86º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90ADAB is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 171 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.32 |
| HSL | 175.86º | 0.15% | 0.62% | - |
| HSV(B) | 175.86º | 0.17% | 0.68% | - |
| XYZ | 33.8 | 38.76 | 44.23 | - |
| YUV | 164.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 171 | 0.17 | 0 | 0.01 | 0.32 | 175.86 | 0.15 | 0.62 |
| Hex | 90 | AD | AB | 11 | 0 | 1 | 20 | B0 | F | 3E |
| Octal | 220 | 255 | 253 | 21 | 0 | 1 | 40 | 260 | 17 | 76 |
| Binary | 10010000 | 10101101 | 10101011 | 10001 | 0 | 1 | 100000 | 10110000 | 1111 | 111110 |
Color Harmonies of #90ADAB
Complementary color
Monochromatic Colors of #90ADAB
Black with #90ADAB
Text Example
Text Example
White with #90ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADAB; }
p { color: rgb(144,173,171); }
H1.HeaderClassName
{
color: #90ADAB;
}
.AnyTagClassName
{
color: #90ADAB;
}
</style>
background-color css
<style>
a { background-color: #90ADAB; }
a { background-color: rgb(144,173,171); }
div.DivClassName
{
background-color: #90ADAB;
}
.BgClassName
{
background-color: #90ADAB;
}
</style>
border-color css
<style>
span { border-color: #90ADAB; }
span { border-color: rgb(144,173,171); }
td.TdClassName
{
border-color: #90ADAB;
}
.TagClassName
{
border-color: #90ADAB;
}
</style>