Shades of Edward #9AA09C
Tints of Edward #9AA09C
RGB
CMYK
RGB Variations
Color information
#9AA09C (or 0x9AA09C) is known color: Edward. HEX triplet: 9A, A0 and 9C. RGB value is (154,160,156). Sum of RGB (Red+Green+Blue) = 154+160+156=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA09C is #655F63. Grayscale: #9D9D9D. Windows color (decimal): -6643556 or 10264730. OLE color: 10264730.
HSL color Cylindrical-coordinate representation of color #9AA09C: hue angle of 140º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9AA09C is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 160 | 156 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.37 |
| HSL | 140º | 0.03% | 0.62% | - |
| HSV(B) | 140º | 0.04% | 0.63% | - |
| XYZ | 31.9 | 34.41 | 36.41 | - |
| YUV | 157.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 156 | 0.04 | 0 | 0.02 | 0.37 | 140 | 0.03 | 0.62 |
| Hex | 9A | A0 | 9C | 4 | 0 | 2 | 25 | 8C | 3 | 3E |
| Octal | 232 | 240 | 234 | 4 | 0 | 2 | 45 | 214 | 3 | 76 |
| Binary | 10011010 | 10100000 | 10011100 | 100 | 0 | 10 | 100101 | 10001100 | 11 | 111110 |
Color Harmonies of #9AA09C
Complementary color
Monochromatic Colors of #9AA09C
Black with #9AA09C
Text Example
Text Example
White with #9AA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA09C; }
p { color: rgb(154,160,156); }
H1.HeaderClassName
{
color: #9AA09C;
}
.AnyTagClassName
{
color: #9AA09C;
}
</style>
background-color css
<style>
a { background-color: #9AA09C; }
a { background-color: rgb(154,160,156); }
div.DivClassName
{
background-color: #9AA09C;
}
.BgClassName
{
background-color: #9AA09C;
}
</style>
border-color css
<style>
span { border-color: #9AA09C; }
span { border-color: rgb(154,160,156); }
td.TdClassName
{
border-color: #9AA09C;
}
.TagClassName
{
border-color: #9AA09C;
}
</style>