Shades of Edward #94A099
Tints of Edward #94A099
RGB
CMYK
RGB Variations
Color information
#94A099 (or 0x94A099) is known color: Edward. HEX triplet: 94, A0 and 99. RGB value is (148,160,153). Sum of RGB (Red+Green+Blue) = 148+160+153=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 160 - color contains mainly: green. Hex color #94A099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A099 is #6B5F66. Grayscale: #9B9B9B. Windows color (decimal): -7036775 or 10068116. OLE color: 10068116.
HSL color Cylindrical-coordinate representation of color #94A099: hue angle of 145º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94A099 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 153 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.37 |
| HSL | 145º | 0.06% | 0.6% | - |
| HSV(B) | 145º | 0.07% | 0.63% | - |
| XYZ | 30.53 | 33.74 | 35.04 | - |
| YUV | 155.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 153 | 0.07 | 0 | 0.04 | 0.37 | 145 | 0.06 | 0.6 |
| Hex | 94 | A0 | 99 | 7 | 0 | 4 | 25 | 91 | 6 | 3C |
| Octal | 224 | 240 | 231 | 7 | 0 | 4 | 45 | 221 | 6 | 74 |
| Binary | 10010100 | 10100000 | 10011001 | 111 | 0 | 100 | 100101 | 10010001 | 110 | 111100 |
Color Harmonies of #94A099
Complementary color
Monochromatic Colors of #94A099
Black with #94A099
Text Example
Text Example
White with #94A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A099; }
p { color: rgb(148,160,153); }
H1.HeaderClassName
{
color: #94A099;
}
.AnyTagClassName
{
color: #94A099;
}
</style>
background-color css
<style>
a { background-color: #94A099; }
a { background-color: rgb(148,160,153); }
div.DivClassName
{
background-color: #94A099;
}
.BgClassName
{
background-color: #94A099;
}
</style>
border-color css
<style>
span { border-color: #94A099; }
span { border-color: rgb(148,160,153); }
td.TdClassName
{
border-color: #94A099;
}
.TagClassName
{
border-color: #94A099;
}
</style>