Shades of Edward #9AA89F
Tints of Edward #9AA89F
RGB
CMYK
RGB Variations
Color information
#9AA89F (or 0x9AA89F) is known color: Edward. HEX triplet: 9A, A8 and 9F. RGB value is (154,168,159). Sum of RGB (Red+Green+Blue) = 154+168+159=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA89F is #655760. Grayscale: #A2A2A2. Windows color (decimal): -6641505 or 10463386. OLE color: 10463386.
HSL color Cylindrical-coordinate representation of color #9AA89F: hue angle of 141.43º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9AA89F is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 168 | 159 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.34 |
| HSL | 141.43º | 0.07% | 0.63% | - |
| HSV(B) | 141.43º | 0.08% | 0.66% | - |
| XYZ | 33.59 | 37.38 | 38.25 | - |
| YUV | 162.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 159 | 0.08 | 0 | 0.05 | 0.34 | 141.43 | 0.07 | 0.63 |
| Hex | 9A | A8 | 9F | 8 | 0 | 5 | 22 | 8D | 7 | 3F |
| Octal | 232 | 250 | 237 | 10 | 0 | 5 | 42 | 215 | 7 | 77 |
| Binary | 10011010 | 10101000 | 10011111 | 1000 | 0 | 101 | 100010 | 10001101 | 111 | 111111 |
Color Harmonies of #9AA89F
Complementary color
Monochromatic Colors of #9AA89F
Black with #9AA89F
Text Example
Text Example
White with #9AA89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA89F; }
p { color: rgb(154,168,159); }
H1.HeaderClassName
{
color: #9AA89F;
}
.AnyTagClassName
{
color: #9AA89F;
}
</style>
background-color css
<style>
a { background-color: #9AA89F; }
a { background-color: rgb(154,168,159); }
div.DivClassName
{
background-color: #9AA89F;
}
.BgClassName
{
background-color: #9AA89F;
}
</style>
border-color css
<style>
span { border-color: #9AA89F; }
span { border-color: rgb(154,168,159); }
td.TdClassName
{
border-color: #9AA89F;
}
.TagClassName
{
border-color: #9AA89F;
}
</style>