Shades of Edward #99A69E
Tints of Edward #99A69E
RGB
CMYK
RGB Variations
Color information
#99A69E (or 0x99A69E) is known color: Edward. HEX triplet: 99, A6 and 9E. RGB value is (153,166,158). Sum of RGB (Red+Green+Blue) = 153+166+158=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 166 - color contains mainly: green. Hex color #99A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A69E is #665961. Grayscale: #A1A1A1. Windows color (decimal): -6707554 or 10397337. OLE color: 10397337.
HSL color Cylindrical-coordinate representation of color #99A69E: hue angle of 143.08º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99A69E is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 158 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.35 |
| HSL | 143.08º | 0.07% | 0.63% | - |
| HSV(B) | 143.08º | 0.08% | 0.65% | - |
| XYZ | 32.94 | 36.51 | 37.66 | - |
| YUV | 161.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 158 | 0.08 | 0 | 0.05 | 0.35 | 143.08 | 0.07 | 0.63 |
| Hex | 99 | A6 | 9E | 8 | 0 | 5 | 23 | 8F | 7 | 3F |
| Octal | 231 | 246 | 236 | 10 | 0 | 5 | 43 | 217 | 7 | 77 |
| Binary | 10011001 | 10100110 | 10011110 | 1000 | 0 | 101 | 100011 | 10001111 | 111 | 111111 |
Color Harmonies of #99A69E
Complementary color
Monochromatic Colors of #99A69E
Black with #99A69E
Text Example
Text Example
White with #99A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A69E; }
p { color: rgb(153,166,158); }
H1.HeaderClassName
{
color: #99A69E;
}
.AnyTagClassName
{
color: #99A69E;
}
</style>
background-color css
<style>
a { background-color: #99A69E; }
a { background-color: rgb(153,166,158); }
div.DivClassName
{
background-color: #99A69E;
}
.BgClassName
{
background-color: #99A69E;
}
</style>
border-color css
<style>
span { border-color: #99A69E; }
span { border-color: rgb(153,166,158); }
td.TdClassName
{
border-color: #99A69E;
}
.TagClassName
{
border-color: #99A69E;
}
</style>