Shades of Edward #9DAFA0
Tints of Edward #9DAFA0
RGB
CMYK
RGB Variations
Color information
#9DAFA0 (or 0x9DAFA0) is known color: Edward. HEX triplet: 9D, AF and A0. RGB value is (157,175,160). Sum of RGB (Red+Green+Blue) = 157+175+160=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAFA0 is #62505F. Grayscale: #A7A7A7. Windows color (decimal): -6443104 or 10530717. OLE color: 10530717.
HSL color Cylindrical-coordinate representation of color #9DAFA0: hue angle of 130º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DAFA0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 175 | 160 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.31 |
| HSL | 130º | 0.1% | 0.65% | - |
| HSV(B) | 130º | 0.1% | 0.69% | - |
| XYZ | 35.58 | 40.37 | 39.17 | - |
| YUV | 167.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 160 | 0.10 | 0 | 0.09 | 0.31 | 130 | 0.1 | 0.65 |
| Hex | 9D | AF | A0 | A | 0 | 9 | 1F | 82 | A | 41 |
| Octal | 235 | 257 | 240 | 12 | 0 | 11 | 37 | 202 | 12 | 101 |
| Binary | 10011101 | 10101111 | 10100000 | 1010 | 0 | 1001 | 11111 | 10000010 | 1010 | 1000001 |
Color Harmonies of #9DAFA0
Complementary color
Monochromatic Colors of #9DAFA0
Black with #9DAFA0
Text Example
Text Example
White with #9DAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFA0; }
p { color: rgb(157,175,160); }
H1.HeaderClassName
{
color: #9DAFA0;
}
.AnyTagClassName
{
color: #9DAFA0;
}
</style>
background-color css
<style>
a { background-color: #9DAFA0; }
a { background-color: rgb(157,175,160); }
div.DivClassName
{
background-color: #9DAFA0;
}
.BgClassName
{
background-color: #9DAFA0;
}
</style>
border-color css
<style>
span { border-color: #9DAFA0; }
span { border-color: rgb(157,175,160); }
td.TdClassName
{
border-color: #9DAFA0;
}
.TagClassName
{
border-color: #9DAFA0;
}
</style>