Shades of Edward #9FA6A1
Tints of Edward #9FA6A1
RGB
CMYK
RGB Variations
Color information
#9FA6A1 (or 0x9FA6A1) is known color: Edward. HEX triplet: 9F, A6 and A1. RGB value is (159,166,161). Sum of RGB (Red+Green+Blue) = 159+166+161=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA6A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA6A1 is #60595E. Grayscale: #A3A3A3. Windows color (decimal): -6314335 or 10593951. OLE color: 10593951.
HSL color Cylindrical-coordinate representation of color #9FA6A1: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9FA6A1 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 161 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.35 |
| HSL | 137.14º | 0.04% | 0.64% | - |
| HSV(B) | 137.14º | 0.04% | 0.65% | - |
| XYZ | 34.37 | 37.22 | 39.09 | - |
| YUV | 163.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 161 | 0.04 | 0 | 0.03 | 0.35 | 137.14 | 0.04 | 0.64 |
| Hex | 9F | A6 | A1 | 4 | 0 | 3 | 23 | 89 | 4 | 40 |
| Octal | 237 | 246 | 241 | 4 | 0 | 3 | 43 | 211 | 4 | 100 |
| Binary | 10011111 | 10100110 | 10100001 | 100 | 0 | 11 | 100011 | 10001001 | 100 | 1000000 |
Color Harmonies of #9FA6A1
Complementary color
Monochromatic Colors of #9FA6A1
Black with #9FA6A1
Text Example
Text Example
White with #9FA6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA6A1; }
p { color: rgb(159,166,161); }
H1.HeaderClassName
{
color: #9FA6A1;
}
.AnyTagClassName
{
color: #9FA6A1;
}
</style>
background-color css
<style>
a { background-color: #9FA6A1; }
a { background-color: rgb(159,166,161); }
div.DivClassName
{
background-color: #9FA6A1;
}
.BgClassName
{
background-color: #9FA6A1;
}
</style>
border-color css
<style>
span { border-color: #9FA6A1; }
span { border-color: rgb(159,166,161); }
td.TdClassName
{
border-color: #9FA6A1;
}
.TagClassName
{
border-color: #9FA6A1;
}
</style>