Shades of Edward #93A096
Tints of Edward #93A096
RGB
CMYK
RGB Variations
Color information
#93A096 (or 0x93A096) is known color: Edward. HEX triplet: 93, A0 and 96. RGB value is (147,160,150). Sum of RGB (Red+Green+Blue) = 147+160+150=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 160 - color contains mainly: green. Hex color #93A096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A096 is #6C5F69. Grayscale: #9B9B9B. Windows color (decimal): -7102314 or 9871507. OLE color: 9871507.
HSL color Cylindrical-coordinate representation of color #93A096: hue angle of 133.85º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #93A096 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 160 | 150 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.37 |
| HSL | 133.85º | 0.06% | 0.6% | - |
| HSV(B) | 133.85º | 0.08% | 0.63% | - |
| XYZ | 30.11 | 33.55 | 33.74 | - |
| YUV | 154.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 150 | 0.08 | 0 | 0.06 | 0.37 | 133.85 | 0.06 | 0.6 |
| Hex | 93 | A0 | 96 | 8 | 0 | 6 | 25 | 86 | 6 | 3C |
| Octal | 223 | 240 | 226 | 10 | 0 | 6 | 45 | 206 | 6 | 74 |
| Binary | 10010011 | 10100000 | 10010110 | 1000 | 0 | 110 | 100101 | 10000110 | 110 | 111100 |
Color Harmonies of #93A096
Complementary color
Monochromatic Colors of #93A096
Black with #93A096
Text Example
Text Example
White with #93A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A096; }
p { color: rgb(147,160,150); }
H1.HeaderClassName
{
color: #93A096;
}
.AnyTagClassName
{
color: #93A096;
}
</style>
background-color css
<style>
a { background-color: #93A096; }
a { background-color: rgb(147,160,150); }
div.DivClassName
{
background-color: #93A096;
}
.BgClassName
{
background-color: #93A096;
}
</style>
border-color css
<style>
span { border-color: #93A096; }
span { border-color: rgb(147,160,150); }
td.TdClassName
{
border-color: #93A096;
}
.TagClassName
{
border-color: #93A096;
}
</style>