Shades of Edward #9AAFA0
Tints of Edward #9AAFA0
RGB
CMYK
RGB Variations
Color information
#9AAFA0 (or 0x9AAFA0) is known color: Edward. HEX triplet: 9A, AF and A0. RGB value is (154,175,160). Sum of RGB (Red+Green+Blue) = 154+175+160=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAFA0 is #65505F. Grayscale: #A7A7A7. Windows color (decimal): -6639712 or 10530714. OLE color: 10530714.
HSL color Cylindrical-coordinate representation of color #9AAFA0: hue angle of 137.14º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AAFA0 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 160 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.31 |
| HSL | 137.14º | 0.12% | 0.65% | - |
| HSV(B) | 137.14º | 0.12% | 0.69% | - |
| XYZ | 35 | 40.07 | 39.15 | - |
| YUV | 167.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 160 | 0.12 | 0 | 0.09 | 0.31 | 137.14 | 0.12 | 0.65 |
| Hex | 9A | AF | A0 | C | 0 | 9 | 1F | 89 | C | 41 |
| Octal | 232 | 257 | 240 | 14 | 0 | 11 | 37 | 211 | 14 | 101 |
| Binary | 10011010 | 10101111 | 10100000 | 1100 | 0 | 1001 | 11111 | 10001001 | 1100 | 1000001 |
Color Harmonies of #9AAFA0
Complementary color
Monochromatic Colors of #9AAFA0
Black with #9AAFA0
Text Example
Text Example
White with #9AAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFA0; }
p { color: rgb(154,175,160); }
H1.HeaderClassName
{
color: #9AAFA0;
}
.AnyTagClassName
{
color: #9AAFA0;
}
</style>
background-color css
<style>
a { background-color: #9AAFA0; }
a { background-color: rgb(154,175,160); }
div.DivClassName
{
background-color: #9AAFA0;
}
.BgClassName
{
background-color: #9AAFA0;
}
</style>
border-color css
<style>
span { border-color: #9AAFA0; }
span { border-color: rgb(154,175,160); }
td.TdClassName
{
border-color: #9AAFA0;
}
.TagClassName
{
border-color: #9AAFA0;
}
</style>