Shades of Hit Grey #90AEAD
Tints of Hit Grey #90AEAD
RGB
CMYK
RGB Variations
Color information
#90AEAD (or 0x90AEAD) is known color: Hit Grey. HEX triplet: 90, AE and AD. RGB value is (144,174,173). Sum of RGB (Red+Green+Blue) = 144+174+173=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 174 - color contains mainly: green. Hex color #90AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AEAD is #6F5152. Grayscale: #A4A4A4. Windows color (decimal): -7295315 or 11382416. OLE color: 11382416.
HSL color Cylindrical-coordinate representation of color #90AEAD: hue angle of 178º degrees, saturation: 0.16, 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 #90AEAD is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 174 | 173 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.32 |
| HSL | 178º | 0.16% | 0.62% | - |
| HSV(B) | 178º | 0.17% | 0.68% | - |
| XYZ | 34.18 | 39.22 | 45.3 | - |
| YUV | 164.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 173 | 0.17 | 0 | 0.01 | 0.32 | 178 | 0.16 | 0.62 |
| Hex | 90 | AE | AD | 11 | 0 | 1 | 20 | B2 | 10 | 3E |
| Octal | 220 | 256 | 255 | 21 | 0 | 1 | 40 | 262 | 20 | 76 |
| Binary | 10010000 | 10101110 | 10101101 | 10001 | 0 | 1 | 100000 | 10110010 | 10000 | 111110 |
Color Harmonies of #90AEAD
Complementary color
Monochromatic Colors of #90AEAD
Black with #90AEAD
Text Example
Text Example
White with #90AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEAD; }
p { color: rgb(144,174,173); }
H1.HeaderClassName
{
color: #90AEAD;
}
.AnyTagClassName
{
color: #90AEAD;
}
</style>
background-color css
<style>
a { background-color: #90AEAD; }
a { background-color: rgb(144,174,173); }
div.DivClassName
{
background-color: #90AEAD;
}
.BgClassName
{
background-color: #90AEAD;
}
</style>
border-color css
<style>
span { border-color: #90AEAD; }
span { border-color: rgb(144,174,173); }
td.TdClassName
{
border-color: #90AEAD;
}
.TagClassName
{
border-color: #90AEAD;
}
</style>