Shades of Edward #99A29B
Tints of Edward #99A29B
RGB
CMYK
RGB Variations
Color information
#99A29B (or 0x99A29B) is known color: Edward. HEX triplet: 99, A2 and 9B. RGB value is (153,162,155). Sum of RGB (Red+Green+Blue) = 153+162+155=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 162 - color contains mainly: green. Hex color #99A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A29B is #665D64. Grayscale: #9E9E9E. Windows color (decimal): -6708581 or 10199705. OLE color: 10199705.
HSL color Cylindrical-coordinate representation of color #99A29B: hue angle of 133.33º 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 #99A29B is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 155 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.36 |
| HSL | 133.33º | 0.05% | 0.62% | - |
| HSV(B) | 133.33º | 0.06% | 0.64% | - |
| XYZ | 31.97 | 34.98 | 36.08 | - |
| YUV | 158.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 155 | 0.06 | 0 | 0.04 | 0.36 | 133.33 | 0.05 | 0.62 |
| Hex | 99 | A2 | 9B | 6 | 0 | 4 | 24 | 85 | 5 | 3E |
| Octal | 231 | 242 | 233 | 6 | 0 | 4 | 44 | 205 | 5 | 76 |
| Binary | 10011001 | 10100010 | 10011011 | 110 | 0 | 100 | 100100 | 10000101 | 101 | 111110 |
Color Harmonies of #99A29B
Complementary color
Monochromatic Colors of #99A29B
Black with #99A29B
Text Example
Text Example
White with #99A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A29B; }
p { color: rgb(153,162,155); }
H1.HeaderClassName
{
color: #99A29B;
}
.AnyTagClassName
{
color: #99A29B;
}
</style>
background-color css
<style>
a { background-color: #99A29B; }
a { background-color: rgb(153,162,155); }
div.DivClassName
{
background-color: #99A29B;
}
.BgClassName
{
background-color: #99A29B;
}
</style>
border-color css
<style>
span { border-color: #99A29B; }
span { border-color: rgb(153,162,155); }
td.TdClassName
{
border-color: #99A29B;
}
.TagClassName
{
border-color: #99A29B;
}
</style>