Shades of Edward #94A699
Tints of Edward #94A699
RGB
CMYK
RGB Variations
Color information
#94A699 (or 0x94A699) is known color: Edward. HEX triplet: 94, A6 and 99. RGB value is (148,166,153). Sum of RGB (Red+Green+Blue) = 148+166+153=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 166 - color contains mainly: green. Hex color #94A699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A699 is #6B5966. Grayscale: #9F9F9F. Windows color (decimal): -7035239 or 10069652. OLE color: 10069652.
HSL color Cylindrical-coordinate representation of color #94A699: hue angle of 136.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A699 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 166 | 153 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.35 |
| HSL | 136.67º | 0.09% | 0.62% | - |
| HSV(B) | 136.67º | 0.11% | 0.65% | - |
| XYZ | 31.6 | 35.87 | 35.39 | - |
| YUV | 159.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 153 | 0.11 | 0 | 0.08 | 0.35 | 136.67 | 0.09 | 0.62 |
| Hex | 94 | A6 | 99 | B | 0 | 8 | 23 | 89 | 9 | 3E |
| Octal | 224 | 246 | 231 | 13 | 0 | 10 | 43 | 211 | 11 | 76 |
| Binary | 10010100 | 10100110 | 10011001 | 1011 | 0 | 1000 | 100011 | 10001001 | 1001 | 111110 |
Color Harmonies of #94A699
Complementary color
Monochromatic Colors of #94A699
Black with #94A699
Text Example
Text Example
White with #94A699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A699; }
p { color: rgb(148,166,153); }
H1.HeaderClassName
{
color: #94A699;
}
.AnyTagClassName
{
color: #94A699;
}
</style>
background-color css
<style>
a { background-color: #94A699; }
a { background-color: rgb(148,166,153); }
div.DivClassName
{
background-color: #94A699;
}
.BgClassName
{
background-color: #94A699;
}
</style>
border-color css
<style>
span { border-color: #94A699; }
span { border-color: rgb(148,166,153); }
td.TdClassName
{
border-color: #94A699;
}
.TagClassName
{
border-color: #94A699;
}
</style>