Shades of Edward #99A19C
Tints of Edward #99A19C
RGB
CMYK
RGB Variations
Color information
#99A19C (or 0x99A19C) is known color: Edward. HEX triplet: 99, A1 and 9C. RGB value is (153,161,156). Sum of RGB (Red+Green+Blue) = 153+161+156=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 161 - color contains mainly: green. Hex color #99A19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A19C is #665E63. Grayscale: #9E9E9E. Windows color (decimal): -6708836 or 10264985. OLE color: 10264985.
HSL color Cylindrical-coordinate representation of color #99A19C: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #99A19C is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 156 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.37 |
| HSL | 142.5º | 0.04% | 0.62% | - |
| HSV(B) | 142.5º | 0.05% | 0.63% | - |
| XYZ | 31.88 | 34.66 | 36.46 | - |
| YUV | 158.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 156 | 0.05 | 0 | 0.03 | 0.37 | 142.5 | 0.04 | 0.62 |
| Hex | 99 | A1 | 9C | 5 | 0 | 3 | 25 | 8E | 4 | 3E |
| Octal | 231 | 241 | 234 | 5 | 0 | 3 | 45 | 216 | 4 | 76 |
| Binary | 10011001 | 10100001 | 10011100 | 101 | 0 | 11 | 100101 | 10001110 | 100 | 111110 |
Color Harmonies of #99A19C
Complementary color
Monochromatic Colors of #99A19C
Black with #99A19C
Text Example
Text Example
White with #99A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A19C; }
p { color: rgb(153,161,156); }
H1.HeaderClassName
{
color: #99A19C;
}
.AnyTagClassName
{
color: #99A19C;
}
</style>
background-color css
<style>
a { background-color: #99A19C; }
a { background-color: rgb(153,161,156); }
div.DivClassName
{
background-color: #99A19C;
}
.BgClassName
{
background-color: #99A19C;
}
</style>
border-color css
<style>
span { border-color: #99A19C; }
span { border-color: rgb(153,161,156); }
td.TdClassName
{
border-color: #99A19C;
}
.TagClassName
{
border-color: #99A19C;
}
</style>