Shades of Edward #9EA3A0
Tints of Edward #9EA3A0
RGB
CMYK
RGB Variations
Color information
#9EA3A0 (or 0x9EA3A0) is known color: Edward. HEX triplet: 9E, A3 and A0. RGB value is (158,163,160). Sum of RGB (Red+Green+Blue) = 158+163+160=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA3A0 is #615C5F. Grayscale: #A1A1A1. Windows color (decimal): -6380640 or 10527646. OLE color: 10527646.
HSL color Cylindrical-coordinate representation of color #9EA3A0: hue angle of 144º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9EA3A0 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
RGB | 158 | 163 | 160 | - |
CMYK | 0.03 | 0 | 0.02 | 0.36 |
HSL | 144º | 0.03% | 0.63% | - |
HSV(B) | 144º | 0.03% | 0.64% | - |
XYZ | 33.54 | 36 | 38.44 | - |
YUV | 161.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 163 | 160 | 0.03 | 0 | 0.02 | 0.36 | 144 | 0.03 | 0.63 |
Hex | 9E | A3 | A0 | 3 | 0 | 2 | 24 | 90 | 3 | 3F |
Octal | 236 | 243 | 240 | 3 | 0 | 2 | 44 | 220 | 3 | 77 |
Binary | 10011110 | 10100011 | 10100000 | 11 | 0 | 10 | 100100 | 10010000 | 11 | 111111 |
Color Harmonies of #9EA3A0
Complementary color
Monochromatic Colors of #9EA3A0
Black with #9EA3A0
Text Example
Text Example
White with #9EA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA3A0; }
p { color: rgb(158,163,160); }
H1.HeaderClassName
{
color: #9EA3A0;
}
.AnyTagClassName
{
color: #9EA3A0;
}
</style>
background-color css
<style>
a { background-color: #9EA3A0; }
a { background-color: rgb(158,163,160); }
div.DivClassName
{
background-color: #9EA3A0;
}
.BgClassName
{
background-color: #9EA3A0;
}
</style>
border-color css
<style>
span { border-color: #9EA3A0; }
span { border-color: rgb(158,163,160); }
td.TdClassName
{
border-color: #9EA3A0;
}
.TagClassName
{
border-color: #9EA3A0;
}
</style>