Shades of Edward #9EA9A1
Tints of Edward #9EA9A1
RGB
CMYK
RGB Variations
Color information
#9EA9A1 (or 0x9EA9A1) is known color: Edward. HEX triplet: 9E, A9 and A1. RGB value is (158,169,161). Sum of RGB (Red+Green+Blue) = 158+169+161=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA9A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA9A1 is #61565E. Grayscale: #A4A4A4. Windows color (decimal): -6379103 or 10594718. OLE color: 10594718.
HSL color Cylindrical-coordinate representation of color #9EA9A1: hue angle of 136.36º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9EA9A1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 161 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.34 |
| HSL | 136.36º | 0.06% | 0.64% | - |
| HSV(B) | 136.36º | 0.07% | 0.66% | - |
| XYZ | 34.72 | 38.22 | 39.27 | - |
| YUV | 164.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 161 | 0.07 | 0 | 0.05 | 0.34 | 136.36 | 0.06 | 0.64 |
| Hex | 9E | A9 | A1 | 7 | 0 | 5 | 22 | 88 | 6 | 40 |
| Octal | 236 | 251 | 241 | 7 | 0 | 5 | 42 | 210 | 6 | 100 |
| Binary | 10011110 | 10101001 | 10100001 | 111 | 0 | 101 | 100010 | 10001000 | 110 | 1000000 |
Color Harmonies of #9EA9A1
Complementary color
Monochromatic Colors of #9EA9A1
Black with #9EA9A1
Text Example
Text Example
White with #9EA9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA9A1; }
p { color: rgb(158,169,161); }
H1.HeaderClassName
{
color: #9EA9A1;
}
.AnyTagClassName
{
color: #9EA9A1;
}
</style>
background-color css
<style>
a { background-color: #9EA9A1; }
a { background-color: rgb(158,169,161); }
div.DivClassName
{
background-color: #9EA9A1;
}
.BgClassName
{
background-color: #9EA9A1;
}
</style>
border-color css
<style>
span { border-color: #9EA9A1; }
span { border-color: rgb(158,169,161); }
td.TdClassName
{
border-color: #9EA9A1;
}
.TagClassName
{
border-color: #9EA9A1;
}
</style>