Shades of Edward #9FAFA2
Tints of Edward #9FAFA2
RGB
CMYK
RGB Variations
Color information
#9FAFA2 (or 0x9FAFA2) is known color: Edward. HEX triplet: 9F, AF and A2. RGB value is (159,175,162). Sum of RGB (Red+Green+Blue) = 159+175+162=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAFA2 is #60505D. Grayscale: #A8A8A8. Windows color (decimal): -6312030 or 10661791. OLE color: 10661791.
HSL color Cylindrical-coordinate representation of color #9FAFA2: hue angle of 131.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAFA2 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 175 | 162 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.31 |
| HSL | 131.25º | 0.09% | 0.65% | - |
| HSV(B) | 131.25º | 0.09% | 0.69% | - |
| XYZ | 36.15 | 40.64 | 40.12 | - |
| YUV | 168.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 162 | 0.09 | 0 | 0.07 | 0.31 | 131.25 | 0.09 | 0.65 |
| Hex | 9F | AF | A2 | 9 | 0 | 7 | 1F | 83 | 9 | 41 |
| Octal | 237 | 257 | 242 | 11 | 0 | 7 | 37 | 203 | 11 | 101 |
| Binary | 10011111 | 10101111 | 10100010 | 1001 | 0 | 111 | 11111 | 10000011 | 1001 | 1000001 |
Color Harmonies of #9FAFA2
Complementary color
Monochromatic Colors of #9FAFA2
Black with #9FAFA2
Text Example
Text Example
White with #9FAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAFA2; }
p { color: rgb(159,175,162); }
H1.HeaderClassName
{
color: #9FAFA2;
}
.AnyTagClassName
{
color: #9FAFA2;
}
</style>
background-color css
<style>
a { background-color: #9FAFA2; }
a { background-color: rgb(159,175,162); }
div.DivClassName
{
background-color: #9FAFA2;
}
.BgClassName
{
background-color: #9FAFA2;
}
</style>
border-color css
<style>
span { border-color: #9FAFA2; }
span { border-color: rgb(159,175,162); }
td.TdClassName
{
border-color: #9FAFA2;
}
.TagClassName
{
border-color: #9FAFA2;
}
</style>