Shades of Hit Grey #90ADAC
Tints of Hit Grey #90ADAC
RGB
CMYK
RGB Variations
Color information
#90ADAC (or 0x90ADAC) is known color: Hit Grey. HEX triplet: 90, AD and AC. RGB value is (144,173,172). Sum of RGB (Red+Green+Blue) = 144+173+172=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #90ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADAC is #6F5253. Grayscale: #A4A4A4. Windows color (decimal): -7295572 or 11316624. OLE color: 11316624.
HSL color Cylindrical-coordinate representation of color #90ADAC: hue angle of 177.93º 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 #90ADAC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 172 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.32 |
| HSL | 177.93º | 0.15% | 0.62% | - |
| HSV(B) | 177.93º | 0.17% | 0.68% | - |
| XYZ | 33.89 | 38.79 | 44.73 | - |
| YUV | 164.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 172 | 0.17 | 0 | 0.01 | 0.32 | 177.93 | 0.15 | 0.62 |
| Hex | 90 | AD | AC | 11 | 0 | 1 | 20 | B2 | F | 3E |
| Octal | 220 | 255 | 254 | 21 | 0 | 1 | 40 | 262 | 17 | 76 |
| Binary | 10010000 | 10101101 | 10101100 | 10001 | 0 | 1 | 100000 | 10110010 | 1111 | 111110 |
Color Harmonies of #90ADAC
Complementary color
Monochromatic Colors of #90ADAC
Black with #90ADAC
Text Example
Text Example
White with #90ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADAC; }
p { color: rgb(144,173,172); }
H1.HeaderClassName
{
color: #90ADAC;
}
.AnyTagClassName
{
color: #90ADAC;
}
</style>
background-color css
<style>
a { background-color: #90ADAC; }
a { background-color: rgb(144,173,172); }
div.DivClassName
{
background-color: #90ADAC;
}
.BgClassName
{
background-color: #90ADAC;
}
</style>
border-color css
<style>
span { border-color: #90ADAC; }
span { border-color: rgb(144,173,172); }
td.TdClassName
{
border-color: #90ADAC;
}
.TagClassName
{
border-color: #90ADAC;
}
</style>