Shades of Edward #99A99B
Tints of Edward #99A99B
RGB
CMYK
RGB Variations
Color information
#99A99B (or 0x99A99B) is known color: Edward. HEX triplet: 99, A9 and 9B. RGB value is (153,169,155). Sum of RGB (Red+Green+Blue) = 153+169+155=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 169 - color contains mainly: green. Hex color #99A99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A99B is #665664. Grayscale: #A2A2A2. Windows color (decimal): -6706789 or 10201497. OLE color: 10201497.
HSL color Cylindrical-coordinate representation of color #99A99B: hue angle of 127.5º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99A99B is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 155 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.34 |
| HSL | 127.5º | 0.09% | 0.63% | - |
| HSV(B) | 127.5º | 0.09% | 0.66% | - |
| XYZ | 33.24 | 37.51 | 36.5 | - |
| YUV | 162.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 155 | 0.09 | 0 | 0.08 | 0.34 | 127.5 | 0.09 | 0.63 |
| Hex | 99 | A9 | 9B | 9 | 0 | 8 | 22 | 80 | 9 | 3F |
| Octal | 231 | 251 | 233 | 11 | 0 | 10 | 42 | 200 | 11 | 77 |
| Binary | 10011001 | 10101001 | 10011011 | 1001 | 0 | 1000 | 100010 | 10000000 | 1001 | 111111 |
Color Harmonies of #99A99B
Complementary color
Monochromatic Colors of #99A99B
Black with #99A99B
Text Example
Text Example
White with #99A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A99B; }
p { color: rgb(153,169,155); }
H1.HeaderClassName
{
color: #99A99B;
}
.AnyTagClassName
{
color: #99A99B;
}
</style>
background-color css
<style>
a { background-color: #99A99B; }
a { background-color: rgb(153,169,155); }
div.DivClassName
{
background-color: #99A99B;
}
.BgClassName
{
background-color: #99A99B;
}
</style>
border-color css
<style>
span { border-color: #99A99B; }
span { border-color: rgb(153,169,155); }
td.TdClassName
{
border-color: #99A99B;
}
.TagClassName
{
border-color: #99A99B;
}
</style>