Shades of Edward #99AE9D
Tints of Edward #99AE9D
RGB
CMYK
RGB Variations
Color information
#99AE9D (or 0x99AE9D) is known color: Edward. HEX triplet: 99, AE and 9D. RGB value is (153,174,157). Sum of RGB (Red+Green+Blue) = 153+174+157=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE9D is #665162. Grayscale: #A5A5A5. Windows color (decimal): -6705507 or 10333849. OLE color: 10333849.
HSL color Cylindrical-coordinate representation of color #99AE9D: hue angle of 131.43º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AE9D is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 157 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.32 |
| HSL | 131.43º | 0.11% | 0.64% | - |
| HSV(B) | 131.43º | 0.12% | 0.68% | - |
| XYZ | 34.36 | 39.48 | 37.71 | - |
| YUV | 165.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 157 | 0.12 | 0 | 0.10 | 0.32 | 131.43 | 0.11 | 0.64 |
| Hex | 99 | AE | 9D | C | 0 | A | 20 | 83 | B | 40 |
| Octal | 231 | 256 | 235 | 14 | 0 | 12 | 40 | 203 | 13 | 100 |
| Binary | 10011001 | 10101110 | 10011101 | 1100 | 0 | 1010 | 100000 | 10000011 | 1011 | 1000000 |
Color Harmonies of #99AE9D
Complementary color
Monochromatic Colors of #99AE9D
Black with #99AE9D
Text Example
Text Example
White with #99AE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AE9D; }
p { color: rgb(153,174,157); }
H1.HeaderClassName
{
color: #99AE9D;
}
.AnyTagClassName
{
color: #99AE9D;
}
</style>
background-color css
<style>
a { background-color: #99AE9D; }
a { background-color: rgb(153,174,157); }
div.DivClassName
{
background-color: #99AE9D;
}
.BgClassName
{
background-color: #99AE9D;
}
</style>
border-color css
<style>
span { border-color: #99AE9D; }
span { border-color: rgb(153,174,157); }
td.TdClassName
{
border-color: #99AE9D;
}
.TagClassName
{
border-color: #99AE9D;
}
</style>