Shades of Edward #9DA6A0
Tints of Edward #9DA6A0
RGB
CMYK
RGB Variations
Color information
#9DA6A0 (or 0x9DA6A0) is known color: Edward. HEX triplet: 9D, A6 and A0. RGB value is (157,166,160). Sum of RGB (Red+Green+Blue) = 157+166+160=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA6A0 is #62595F. Grayscale: #A2A2A2. Windows color (decimal): -6445408 or 10528413. OLE color: 10528413.
HSL color Cylindrical-coordinate representation of color #9DA6A0: hue angle of 140º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9DA6A0 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 160 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.35 |
| HSL | 140º | 0.05% | 0.63% | - |
| HSV(B) | 140º | 0.05% | 0.65% | - |
| XYZ | 33.89 | 36.98 | 38.61 | - |
| YUV | 162.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 160 | 0.05 | 0 | 0.04 | 0.35 | 140 | 0.05 | 0.63 |
| Hex | 9D | A6 | A0 | 5 | 0 | 4 | 23 | 8C | 5 | 3F |
| Octal | 235 | 246 | 240 | 5 | 0 | 4 | 43 | 214 | 5 | 77 |
| Binary | 10011101 | 10100110 | 10100000 | 101 | 0 | 100 | 100011 | 10001100 | 101 | 111111 |
Color Harmonies of #9DA6A0
Complementary color
Monochromatic Colors of #9DA6A0
Black with #9DA6A0
Text Example
Text Example
White with #9DA6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA6A0; }
p { color: rgb(157,166,160); }
H1.HeaderClassName
{
color: #9DA6A0;
}
.AnyTagClassName
{
color: #9DA6A0;
}
</style>
background-color css
<style>
a { background-color: #9DA6A0; }
a { background-color: rgb(157,166,160); }
div.DivClassName
{
background-color: #9DA6A0;
}
.BgClassName
{
background-color: #9DA6A0;
}
</style>
border-color css
<style>
span { border-color: #9DA6A0; }
span { border-color: rgb(157,166,160); }
td.TdClassName
{
border-color: #9DA6A0;
}
.TagClassName
{
border-color: #9DA6A0;
}
</style>