Shades of Edward #99A29A
Tints of Edward #99A29A
RGB
CMYK
RGB Variations
Color information
#99A29A (or 0x99A29A) is known color: Edward. HEX triplet: 99, A2 and 9A. RGB value is (153,162,154). Sum of RGB (Red+Green+Blue) = 153+162+154=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 162 - color contains mainly: green. Hex color #99A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A29A is #665D65. Grayscale: #9E9E9E. Windows color (decimal): -6708582 or 10134169. OLE color: 10134169.
HSL color Cylindrical-coordinate representation of color #99A29A: hue angle of 126.67º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99A29A is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 154 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.36 |
| HSL | 126.67º | 0.05% | 0.62% | - |
| HSV(B) | 126.67º | 0.06% | 0.64% | - |
| XYZ | 31.89 | 34.95 | 35.64 | - |
| YUV | 158.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 154 | 0.06 | 0 | 0.05 | 0.36 | 126.67 | 0.05 | 0.62 |
| Hex | 99 | A2 | 9A | 6 | 0 | 5 | 24 | 7F | 5 | 3E |
| Octal | 231 | 242 | 232 | 6 | 0 | 5 | 44 | 177 | 5 | 76 |
| Binary | 10011001 | 10100010 | 10011010 | 110 | 0 | 101 | 100100 | 1111111 | 101 | 111110 |
Color Harmonies of #99A29A
Complementary color
Monochromatic Colors of #99A29A
Black with #99A29A
Text Example
Text Example
White with #99A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A29A; }
p { color: rgb(153,162,154); }
H1.HeaderClassName
{
color: #99A29A;
}
.AnyTagClassName
{
color: #99A29A;
}
</style>
background-color css
<style>
a { background-color: #99A29A; }
a { background-color: rgb(153,162,154); }
div.DivClassName
{
background-color: #99A29A;
}
.BgClassName
{
background-color: #99A29A;
}
</style>
border-color css
<style>
span { border-color: #99A29A; }
span { border-color: rgb(153,162,154); }
td.TdClassName
{
border-color: #99A29A;
}
.TagClassName
{
border-color: #99A29A;
}
</style>