Shades of Edward #9FA3A0
Tints of Edward #9FA3A0
RGB
CMYK
RGB Variations
Color information
#9FA3A0 (or 0x9FA3A0) is known color: Edward. HEX triplet: 9F, A3 and A0. RGB value is (159,163,160). Sum of RGB (Red+Green+Blue) = 159+163+160=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA3A0 is #605C5F. Grayscale: #A1A1A1. Windows color (decimal): -6315104 or 10527647. OLE color: 10527647.
HSL color Cylindrical-coordinate representation of color #9FA3A0: hue angle of 135º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9FA3A0 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
RGB | 159 | 163 | 160 | - |
CMYK | 0.02 | 0 | 0.02 | 0.36 |
HSL | 135º | 0.02% | 0.63% | - |
HSV(B) | 135º | 0.02% | 0.64% | - |
XYZ | 33.74 | 36.1 | 38.45 | - |
YUV | 161.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 163 | 160 | 0.02 | 0 | 0.02 | 0.36 | 135 | 0.02 | 0.63 |
Hex | 9F | A3 | A0 | 2 | 0 | 2 | 24 | 87 | 2 | 3F |
Octal | 237 | 243 | 240 | 2 | 0 | 2 | 44 | 207 | 2 | 77 |
Binary | 10011111 | 10100011 | 10100000 | 10 | 0 | 10 | 100100 | 10000111 | 10 | 111111 |
Color Harmonies of #9FA3A0
Complementary color
Monochromatic Colors of #9FA3A0
Black with #9FA3A0
Text Example
Text Example
White with #9FA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA3A0; }
p { color: rgb(159,163,160); }
H1.HeaderClassName
{
color: #9FA3A0;
}
.AnyTagClassName
{
color: #9FA3A0;
}
</style>
background-color css
<style>
a { background-color: #9FA3A0; }
a { background-color: rgb(159,163,160); }
div.DivClassName
{
background-color: #9FA3A0;
}
.BgClassName
{
background-color: #9FA3A0;
}
</style>
border-color css
<style>
span { border-color: #9FA3A0; }
span { border-color: rgb(159,163,160); }
td.TdClassName
{
border-color: #9FA3A0;
}
.TagClassName
{
border-color: #9FA3A0;
}
</style>