Shades of Edward #9FA7A0
Tints of Edward #9FA7A0
RGB
CMYK
RGB Variations
Color information
#9FA7A0 (or 0x9FA7A0) is known color: Edward. HEX triplet: 9F, A7 and A0. RGB value is (159,167,160). Sum of RGB (Red+Green+Blue) = 159+167+160=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA7A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA7A0 is #60585F. Grayscale: #A3A3A3. Windows color (decimal): -6314080 or 10528671. OLE color: 10528671.
HSL color Cylindrical-coordinate representation of color #9FA7A0: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9FA7A0 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 160 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.35 |
| HSL | 127.5º | 0.04% | 0.64% | - |
| HSV(B) | 127.5º | 0.05% | 0.65% | - |
| XYZ | 34.46 | 37.55 | 38.69 | - |
| YUV | 163.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 160 | 0.05 | 0 | 0.04 | 0.35 | 127.5 | 0.04 | 0.64 |
| Hex | 9F | A7 | A0 | 5 | 0 | 4 | 23 | 80 | 4 | 40 |
| Octal | 237 | 247 | 240 | 5 | 0 | 4 | 43 | 200 | 4 | 100 |
| Binary | 10011111 | 10100111 | 10100000 | 101 | 0 | 100 | 100011 | 10000000 | 100 | 1000000 |
Color Harmonies of #9FA7A0
Complementary color
Monochromatic Colors of #9FA7A0
Black with #9FA7A0
Text Example
Text Example
White with #9FA7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA7A0; }
p { color: rgb(159,167,160); }
H1.HeaderClassName
{
color: #9FA7A0;
}
.AnyTagClassName
{
color: #9FA7A0;
}
</style>
background-color css
<style>
a { background-color: #9FA7A0; }
a { background-color: rgb(159,167,160); }
div.DivClassName
{
background-color: #9FA7A0;
}
.BgClassName
{
background-color: #9FA7A0;
}
</style>
border-color css
<style>
span { border-color: #9FA7A0; }
span { border-color: rgb(159,167,160); }
td.TdClassName
{
border-color: #9FA7A0;
}
.TagClassName
{
border-color: #9FA7A0;
}
</style>