Shades of Edward #9AA59B
Tints of Edward #9AA59B
RGB
CMYK
RGB Variations
Color information
#9AA59B (or 0x9AA59B) is known color: Edward. HEX triplet: 9A, A5 and 9B. RGB value is (154,165,155). Sum of RGB (Red+Green+Blue) = 154+165+155=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA59B is #655A64. Grayscale: #A0A0A0. Windows color (decimal): -6642277 or 10200474. OLE color: 10200474.
HSL color Cylindrical-coordinate representation of color #9AA59B: hue angle of 125.45º 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 #9AA59B is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 165 | 155 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.35 |
| HSL | 125.45º | 0.06% | 0.63% | - |
| HSV(B) | 125.45º | 0.07% | 0.65% | - |
| XYZ | 32.7 | 36.15 | 36.26 | - |
| YUV | 160.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 155 | 0.07 | 0 | 0.06 | 0.35 | 125.45 | 0.06 | 0.63 |
| Hex | 9A | A5 | 9B | 7 | 0 | 6 | 23 | 7D | 6 | 3F |
| Octal | 232 | 245 | 233 | 7 | 0 | 6 | 43 | 175 | 6 | 77 |
| Binary | 10011010 | 10100101 | 10011011 | 111 | 0 | 110 | 100011 | 1111101 | 110 | 111111 |
Color Harmonies of #9AA59B
Complementary color
Monochromatic Colors of #9AA59B
Black with #9AA59B
Text Example
Text Example
White with #9AA59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA59B; }
p { color: rgb(154,165,155); }
H1.HeaderClassName
{
color: #9AA59B;
}
.AnyTagClassName
{
color: #9AA59B;
}
</style>
background-color css
<style>
a { background-color: #9AA59B; }
a { background-color: rgb(154,165,155); }
div.DivClassName
{
background-color: #9AA59B;
}
.BgClassName
{
background-color: #9AA59B;
}
</style>
border-color css
<style>
span { border-color: #9AA59B; }
span { border-color: rgb(154,165,155); }
td.TdClassName
{
border-color: #9AA59B;
}
.TagClassName
{
border-color: #9AA59B;
}
</style>