Shades of Edward #9DA7A0
Tints of Edward #9DA7A0
RGB
CMYK
RGB Variations
Color information
#9DA7A0 (or 0x9DA7A0) is known color: Edward. HEX triplet: 9D, A7 and A0. RGB value is (157,167,160). Sum of RGB (Red+Green+Blue) = 157+167+160=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA7A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA7A0 is #62585F. Grayscale: #A3A3A3. Windows color (decimal): -6445152 or 10528669. OLE color: 10528669.
HSL color Cylindrical-coordinate representation of color #9DA7A0: hue angle of 138º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9DA7A0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
RGB | 157 | 167 | 160 | - |
CMYK | 0.06 | 0 | 0.04 | 0.35 |
HSL | 138º | 0.05% | 0.64% | - |
HSV(B) | 138º | 0.06% | 0.65% | - |
XYZ | 34.07 | 37.34 | 38.67 | - |
YUV | 163.21 | 126.19 | 123.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 167 | 160 | 0.06 | 0 | 0.04 | 0.35 | 138 | 0.05 | 0.64 |
Hex | 9D | A7 | A0 | 6 | 0 | 4 | 23 | 8A | 5 | 40 |
Octal | 235 | 247 | 240 | 6 | 0 | 4 | 43 | 212 | 5 | 100 |
Binary | 10011101 | 10100111 | 10100000 | 110 | 0 | 100 | 100011 | 10001010 | 101 | 1000000 |
Color Harmonies of #9DA7A0
Complementary color
Monochromatic Colors of #9DA7A0
Black with #9DA7A0
Text Example
Text Example
White with #9DA7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA7A0; }
p { color: rgb(157,167,160); }
H1.HeaderClassName
{
color: #9DA7A0;
}
.AnyTagClassName
{
color: #9DA7A0;
}
</style>
background-color css
<style>
a { background-color: #9DA7A0; }
a { background-color: rgb(157,167,160); }
div.DivClassName
{
background-color: #9DA7A0;
}
.BgClassName
{
background-color: #9DA7A0;
}
</style>
border-color css
<style>
span { border-color: #9DA7A0; }
span { border-color: rgb(157,167,160); }
td.TdClassName
{
border-color: #9DA7A0;
}
.TagClassName
{
border-color: #9DA7A0;
}
</style>