Shades of Edward #9AA59D
Tints of Edward #9AA59D
RGB
CMYK
RGB Variations
Color information
#9AA59D (or 0x9AA59D) is known color: Edward. HEX triplet: 9A, A5 and 9D. RGB value is (154,165,157). Sum of RGB (Red+Green+Blue) = 154+165+157=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA59D is #655A62. Grayscale: #A0A0A0. Windows color (decimal): -6642275 or 10331546. OLE color: 10331546.
HSL color Cylindrical-coordinate representation of color #9AA59D: hue angle of 136.36º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9AA59D is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 165 | 157 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.35 |
| HSL | 136.36º | 0.06% | 0.63% | - |
| HSV(B) | 136.36º | 0.07% | 0.65% | - |
| XYZ | 32.87 | 36.21 | 37.16 | - |
| YUV | 160.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 157 | 0.07 | 0 | 0.05 | 0.35 | 136.36 | 0.06 | 0.63 |
| Hex | 9A | A5 | 9D | 7 | 0 | 5 | 23 | 88 | 6 | 3F |
| Octal | 232 | 245 | 235 | 7 | 0 | 5 | 43 | 210 | 6 | 77 |
| Binary | 10011010 | 10100101 | 10011101 | 111 | 0 | 101 | 100011 | 10001000 | 110 | 111111 |
Color Harmonies of #9AA59D
Complementary color
Monochromatic Colors of #9AA59D
Black with #9AA59D
Text Example
Text Example
White with #9AA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA59D; }
p { color: rgb(154,165,157); }
H1.HeaderClassName
{
color: #9AA59D;
}
.AnyTagClassName
{
color: #9AA59D;
}
</style>
background-color css
<style>
a { background-color: #9AA59D; }
a { background-color: rgb(154,165,157); }
div.DivClassName
{
background-color: #9AA59D;
}
.BgClassName
{
background-color: #9AA59D;
}
</style>
border-color css
<style>
span { border-color: #9AA59D; }
span { border-color: rgb(154,165,157); }
td.TdClassName
{
border-color: #9AA59D;
}
.TagClassName
{
border-color: #9AA59D;
}
</style>