Shades of Edward #99A79D
Tints of Edward #99A79D
RGB
CMYK
RGB Variations
Color information
#99A79D (or 0x99A79D) is known color: Edward. HEX triplet: 99, A7 and 9D. RGB value is (153,167,157). Sum of RGB (Red+Green+Blue) = 153+167+157=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 167 - color contains mainly: green. Hex color #99A79D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A79D is #665862. Grayscale: #A1A1A1. Windows color (decimal): -6707299 or 10332057. OLE color: 10332057.
HSL color Cylindrical-coordinate representation of color #99A79D: hue angle of 137.14º 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 #99A79D is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 157 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.35 |
| HSL | 137.14º | 0.07% | 0.63% | - |
| HSV(B) | 137.14º | 0.08% | 0.65% | - |
| XYZ | 33.04 | 36.84 | 37.27 | - |
| YUV | 161.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 157 | 0.08 | 0 | 0.06 | 0.35 | 137.14 | 0.07 | 0.63 |
| Hex | 99 | A7 | 9D | 8 | 0 | 6 | 23 | 89 | 7 | 3F |
| Octal | 231 | 247 | 235 | 10 | 0 | 6 | 43 | 211 | 7 | 77 |
| Binary | 10011001 | 10100111 | 10011101 | 1000 | 0 | 110 | 100011 | 10001001 | 111 | 111111 |
Color Harmonies of #99A79D
Complementary color
Monochromatic Colors of #99A79D
Black with #99A79D
Text Example
Text Example
White with #99A79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A79D; }
p { color: rgb(153,167,157); }
H1.HeaderClassName
{
color: #99A79D;
}
.AnyTagClassName
{
color: #99A79D;
}
</style>
background-color css
<style>
a { background-color: #99A79D; }
a { background-color: rgb(153,167,157); }
div.DivClassName
{
background-color: #99A79D;
}
.BgClassName
{
background-color: #99A79D;
}
</style>
border-color css
<style>
span { border-color: #99A79D; }
span { border-color: rgb(153,167,157); }
td.TdClassName
{
border-color: #99A79D;
}
.TagClassName
{
border-color: #99A79D;
}
</style>