Shades of Edward #99A49A
Tints of Edward #99A49A
RGB
CMYK
RGB Variations
Color information
#99A49A (or 0x99A49A) is known color: Edward. HEX triplet: 99, A4 and 9A. RGB value is (153,164,154). Sum of RGB (Red+Green+Blue) = 153+164+154=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #99A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A49A is #665B65. Grayscale: #9F9F9F. Windows color (decimal): -6708070 or 10134681. OLE color: 10134681.
HSL color Cylindrical-coordinate representation of color #99A49A: hue angle of 125.45º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99A49A is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 154 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.36 |
| HSL | 125.45º | 0.06% | 0.62% | - |
| HSV(B) | 125.45º | 0.07% | 0.64% | - |
| XYZ | 32.25 | 35.66 | 35.75 | - |
| YUV | 159.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 154 | 0.07 | 0 | 0.06 | 0.36 | 125.45 | 0.06 | 0.62 |
| Hex | 99 | A4 | 9A | 7 | 0 | 6 | 24 | 7D | 6 | 3E |
| Octal | 231 | 244 | 232 | 7 | 0 | 6 | 44 | 175 | 6 | 76 |
| Binary | 10011001 | 10100100 | 10011010 | 111 | 0 | 110 | 100100 | 1111101 | 110 | 111110 |
Color Harmonies of #99A49A
Complementary color
Monochromatic Colors of #99A49A
Black with #99A49A
Text Example
Text Example
White with #99A49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A49A; }
p { color: rgb(153,164,154); }
H1.HeaderClassName
{
color: #99A49A;
}
.AnyTagClassName
{
color: #99A49A;
}
</style>
background-color css
<style>
a { background-color: #99A49A; }
a { background-color: rgb(153,164,154); }
div.DivClassName
{
background-color: #99A49A;
}
.BgClassName
{
background-color: #99A49A;
}
</style>
border-color css
<style>
span { border-color: #99A49A; }
span { border-color: rgb(153,164,154); }
td.TdClassName
{
border-color: #99A49A;
}
.TagClassName
{
border-color: #99A49A;
}
</style>