Shades of Edward #9A9F9C
Tints of Edward #9A9F9C
RGB
CMYK
RGB Variations
Color information
#9A9F9C (or 0x9A9F9C) is known color: Edward. HEX triplet: 9A, 9F and 9C. RGB value is (154,159,156). Sum of RGB (Red+Green+Blue) = 154+159+156=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 159 - color contains mainly: green. Hex color #9A9F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9F9C is #656063. Grayscale: #9D9D9D. Windows color (decimal): -6643812 or 10264474. OLE color: 10264474.
HSL color Cylindrical-coordinate representation of color #9A9F9C: hue angle of 144º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9A9F9C is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 159 | 156 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.38 |
| HSL | 144º | 0.03% | 0.61% | - |
| HSV(B) | 144º | 0.03% | 0.62% | - |
| XYZ | 31.73 | 34.07 | 36.36 | - |
| YUV | 157.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 156 | 0.03 | 0 | 0.02 | 0.38 | 144 | 0.03 | 0.61 |
| Hex | 9A | 9F | 9C | 3 | 0 | 2 | 26 | 90 | 3 | 3D |
| Octal | 232 | 237 | 234 | 3 | 0 | 2 | 46 | 220 | 3 | 75 |
| Binary | 10011010 | 10011111 | 10011100 | 11 | 0 | 10 | 100110 | 10010000 | 11 | 111101 |
Color Harmonies of #9A9F9C
Complementary color
Monochromatic Colors of #9A9F9C
Black with #9A9F9C
Text Example
Text Example
White with #9A9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9F9C; }
p { color: rgb(154,159,156); }
H1.HeaderClassName
{
color: #9A9F9C;
}
.AnyTagClassName
{
color: #9A9F9C;
}
</style>
background-color css
<style>
a { background-color: #9A9F9C; }
a { background-color: rgb(154,159,156); }
div.DivClassName
{
background-color: #9A9F9C;
}
.BgClassName
{
background-color: #9A9F9C;
}
</style>
border-color css
<style>
span { border-color: #9A9F9C; }
span { border-color: rgb(154,159,156); }
td.TdClassName
{
border-color: #9A9F9C;
}
.TagClassName
{
border-color: #9A9F9C;
}
</style>