Shades of Edward #90A097
Tints of Edward #90A097
RGB
CMYK
RGB Variations
Color information
#90A097 (or 0x90A097) is known color: Edward. HEX triplet: 90, A0 and 97. RGB value is (144,160,151). Sum of RGB (Red+Green+Blue) = 144+160+151=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 160 - color contains mainly: green. Hex color #90A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A097 is #6F5F68. Grayscale: #9A9A9A. Windows color (decimal): -7298921 or 9937040. OLE color: 9937040.
HSL color Cylindrical-coordinate representation of color #90A097: hue angle of 146.25º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #90A097 is Cyan = 0.1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 160 | 151 | - |
| CMYK | 0.1 | 0 | 0.06 | 0.37 |
| HSL | 146.25º | 0.08% | 0.6% | - |
| HSV(B) | 146.25º | 0.1% | 0.63% | - |
| XYZ | 29.66 | 33.31 | 34.14 | - |
| YUV | 154.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 151 | 0.1 | 0 | 0.06 | 0.37 | 146.25 | 0.08 | 0.6 |
| Hex | 90 | A0 | 97 | A | 0 | 6 | 25 | 92 | 8 | 3C |
| Octal | 220 | 240 | 227 | 12 | 0 | 6 | 45 | 222 | 10 | 74 |
| Binary | 10010000 | 10100000 | 10010111 | 1010 | 0 | 110 | 100101 | 10010010 | 1000 | 111100 |
Color Harmonies of #90A097
Complementary color
Monochromatic Colors of #90A097
Black with #90A097
Text Example
Text Example
White with #90A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A097; }
p { color: rgb(144,160,151); }
H1.HeaderClassName
{
color: #90A097;
}
.AnyTagClassName
{
color: #90A097;
}
</style>
background-color css
<style>
a { background-color: #90A097; }
a { background-color: rgb(144,160,151); }
div.DivClassName
{
background-color: #90A097;
}
.BgClassName
{
background-color: #90A097;
}
</style>
border-color css
<style>
span { border-color: #90A097; }
span { border-color: rgb(144,160,151); }
td.TdClassName
{
border-color: #90A097;
}
.TagClassName
{
border-color: #90A097;
}
</style>