Shades of Edward #94A399
Tints of Edward #94A399
RGB
CMYK
RGB Variations
Color information
#94A399 (or 0x94A399) is known color: Edward. HEX triplet: 94, A3 and 99. RGB value is (148,163,153). Sum of RGB (Red+Green+Blue) = 148+163+153=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 163 - color contains mainly: green. Hex color #94A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A399 is #6B5C66. Grayscale: #9D9D9D. Windows color (decimal): -7036007 or 10068884. OLE color: 10068884.
HSL color Cylindrical-coordinate representation of color #94A399: hue angle of 140º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94A399 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 153 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.36 |
| HSL | 140º | 0.08% | 0.61% | - |
| HSV(B) | 140º | 0.09% | 0.64% | - |
| XYZ | 31.06 | 34.79 | 35.22 | - |
| YUV | 157.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 153 | 0.09 | 0 | 0.06 | 0.36 | 140 | 0.08 | 0.61 |
| Hex | 94 | A3 | 99 | 9 | 0 | 6 | 24 | 8C | 8 | 3D |
| Octal | 224 | 243 | 231 | 11 | 0 | 6 | 44 | 214 | 10 | 75 |
| Binary | 10010100 | 10100011 | 10011001 | 1001 | 0 | 110 | 100100 | 10001100 | 1000 | 111101 |
Color Harmonies of #94A399
Complementary color
Monochromatic Colors of #94A399
Black with #94A399
Text Example
Text Example
White with #94A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A399; }
p { color: rgb(148,163,153); }
H1.HeaderClassName
{
color: #94A399;
}
.AnyTagClassName
{
color: #94A399;
}
</style>
background-color css
<style>
a { background-color: #94A399; }
a { background-color: rgb(148,163,153); }
div.DivClassName
{
background-color: #94A399;
}
.BgClassName
{
background-color: #94A399;
}
</style>
border-color css
<style>
span { border-color: #94A399; }
span { border-color: rgb(148,163,153); }
td.TdClassName
{
border-color: #94A399;
}
.TagClassName
{
border-color: #94A399;
}
</style>