Shades of Edward #9AAA9F
Tints of Edward #9AAA9F
RGB
CMYK
RGB Variations
Color information
#9AAA9F (or 0x9AAA9F) is known color: Edward. HEX triplet: 9A, AA and 9F. RGB value is (154,170,159). Sum of RGB (Red+Green+Blue) = 154+170+159=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA9F is #655560. Grayscale: #A3A3A3. Windows color (decimal): -6640993 or 10463898. OLE color: 10463898.
HSL color Cylindrical-coordinate representation of color #9AAA9F: hue angle of 138.75º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9AAA9F is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 159 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.33 |
| HSL | 138.75º | 0.09% | 0.64% | - |
| HSV(B) | 138.75º | 0.09% | 0.67% | - |
| XYZ | 33.96 | 38.12 | 38.37 | - |
| YUV | 163.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 159 | 0.09 | 0 | 0.06 | 0.33 | 138.75 | 0.09 | 0.64 |
| Hex | 9A | AA | 9F | 9 | 0 | 6 | 21 | 8B | 9 | 40 |
| Octal | 232 | 252 | 237 | 11 | 0 | 6 | 41 | 213 | 11 | 100 |
| Binary | 10011010 | 10101010 | 10011111 | 1001 | 0 | 110 | 100001 | 10001011 | 1001 | 1000000 |
Color Harmonies of #9AAA9F
Complementary color
Monochromatic Colors of #9AAA9F
Black with #9AAA9F
Text Example
Text Example
White with #9AAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA9F; }
p { color: rgb(154,170,159); }
H1.HeaderClassName
{
color: #9AAA9F;
}
.AnyTagClassName
{
color: #9AAA9F;
}
</style>
background-color css
<style>
a { background-color: #9AAA9F; }
a { background-color: rgb(154,170,159); }
div.DivClassName
{
background-color: #9AAA9F;
}
.BgClassName
{
background-color: #9AAA9F;
}
</style>
border-color css
<style>
span { border-color: #9AAA9F; }
span { border-color: rgb(154,170,159); }
td.TdClassName
{
border-color: #9AAA9F;
}
.TagClassName
{
border-color: #9AAA9F;
}
</style>