Shades of Edward #99AC9D
Tints of Edward #99AC9D
RGB
CMYK
RGB Variations
Color information
#99AC9D (or 0x99AC9D) is known color: Edward. HEX triplet: 99, AC and 9D. RGB value is (153,172,157). Sum of RGB (Red+Green+Blue) = 153+172+157=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AC9D is #665362. Grayscale: #A4A4A4. Windows color (decimal): -6706019 or 10333337. OLE color: 10333337.
HSL color Cylindrical-coordinate representation of color #99AC9D: hue angle of 132.63º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99AC9D is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 157 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.33 |
| HSL | 132.63º | 0.1% | 0.64% | - |
| HSV(B) | 132.63º | 0.11% | 0.67% | - |
| XYZ | 33.98 | 38.71 | 37.58 | - |
| YUV | 164.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 157 | 0.11 | 0 | 0.09 | 0.33 | 132.63 | 0.1 | 0.64 |
| Hex | 99 | AC | 9D | B | 0 | 9 | 21 | 85 | A | 40 |
| Octal | 231 | 254 | 235 | 13 | 0 | 11 | 41 | 205 | 12 | 100 |
| Binary | 10011001 | 10101100 | 10011101 | 1011 | 0 | 1001 | 100001 | 10000101 | 1010 | 1000000 |
Color Harmonies of #99AC9D
Complementary color
Monochromatic Colors of #99AC9D
Black with #99AC9D
Text Example
Text Example
White with #99AC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC9D; }
p { color: rgb(153,172,157); }
H1.HeaderClassName
{
color: #99AC9D;
}
.AnyTagClassName
{
color: #99AC9D;
}
</style>
background-color css
<style>
a { background-color: #99AC9D; }
a { background-color: rgb(153,172,157); }
div.DivClassName
{
background-color: #99AC9D;
}
.BgClassName
{
background-color: #99AC9D;
}
</style>
border-color css
<style>
span { border-color: #99AC9D; }
span { border-color: rgb(153,172,157); }
td.TdClassName
{
border-color: #99AC9D;
}
.TagClassName
{
border-color: #99AC9D;
}
</style>