Shades of Edward #9FAAA0
Tints of Edward #9FAAA0
RGB
CMYK
RGB Variations
Color information
#9FAAA0 (or 0x9FAAA0) is known color: Edward. HEX triplet: 9F, AA and A0. RGB value is (159,170,160). Sum of RGB (Red+Green+Blue) = 159+170+160=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAAA0 is #60555F. Grayscale: #A5A5A5. Windows color (decimal): -6313312 or 10529439. OLE color: 10529439.
HSL color Cylindrical-coordinate representation of color #9FAAA0: hue angle of 125.45º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9FAAA0 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 170 | 160 | - |
CMYK | 0.06 | 0 | 0.06 | 0.33 |
HSL | 125.45º | 0.06% | 0.65% | - |
HSV(B) | 125.45º | 0.06% | 0.67% | - |
XYZ | 35.02 | 38.66 | 38.87 | - |
YUV | 165.57 | 124.86 | 123.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 170 | 160 | 0.06 | 0 | 0.06 | 0.33 | 125.45 | 0.06 | 0.65 |
Hex | 9F | AA | A0 | 6 | 0 | 6 | 21 | 7D | 6 | 41 |
Octal | 237 | 252 | 240 | 6 | 0 | 6 | 41 | 175 | 6 | 101 |
Binary | 10011111 | 10101010 | 10100000 | 110 | 0 | 110 | 100001 | 1111101 | 110 | 1000001 |
Color Harmonies of #9FAAA0
Complementary color
Monochromatic Colors of #9FAAA0
Black with #9FAAA0
Text Example
Text Example
White with #9FAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAA0; }
p { color: rgb(159,170,160); }
H1.HeaderClassName
{
color: #9FAAA0;
}
.AnyTagClassName
{
color: #9FAAA0;
}
</style>
background-color css
<style>
a { background-color: #9FAAA0; }
a { background-color: rgb(159,170,160); }
div.DivClassName
{
background-color: #9FAAA0;
}
.BgClassName
{
background-color: #9FAAA0;
}
</style>
border-color css
<style>
span { border-color: #9FAAA0; }
span { border-color: rgb(159,170,160); }
td.TdClassName
{
border-color: #9FAAA0;
}
.TagClassName
{
border-color: #9FAAA0;
}
</style>