Shades of Edward #99A59B
Tints of Edward #99A59B
RGB
CMYK
RGB Variations
Color information
#99A59B (or 0x99A59B) is known color: Edward. HEX triplet: 99, A5 and 9B. RGB value is (153,165,155). Sum of RGB (Red+Green+Blue) = 153+165+155=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 165 - color contains mainly: green. Hex color #99A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A59B is #665A64. Grayscale: #A0A0A0. Windows color (decimal): -6707813 or 10200473. OLE color: 10200473.
HSL color Cylindrical-coordinate representation of color #99A59B: hue angle of 130º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99A59B is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 155 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.35 |
| HSL | 130º | 0.06% | 0.62% | - |
| HSV(B) | 130º | 0.07% | 0.65% | - |
| XYZ | 32.51 | 36.05 | 36.26 | - |
| YUV | 160.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 155 | 0.07 | 0 | 0.06 | 0.35 | 130 | 0.06 | 0.62 |
| Hex | 99 | A5 | 9B | 7 | 0 | 6 | 23 | 82 | 6 | 3E |
| Octal | 231 | 245 | 233 | 7 | 0 | 6 | 43 | 202 | 6 | 76 |
| Binary | 10011001 | 10100101 | 10011011 | 111 | 0 | 110 | 100011 | 10000010 | 110 | 111110 |
Color Harmonies of #99A59B
Complementary color
Monochromatic Colors of #99A59B
Black with #99A59B
Text Example
Text Example
White with #99A59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A59B; }
p { color: rgb(153,165,155); }
H1.HeaderClassName
{
color: #99A59B;
}
.AnyTagClassName
{
color: #99A59B;
}
</style>
background-color css
<style>
a { background-color: #99A59B; }
a { background-color: rgb(153,165,155); }
div.DivClassName
{
background-color: #99A59B;
}
.BgClassName
{
background-color: #99A59B;
}
</style>
border-color css
<style>
span { border-color: #99A59B; }
span { border-color: rgb(153,165,155); }
td.TdClassName
{
border-color: #99A59B;
}
.TagClassName
{
border-color: #99A59B;
}
</style>