Shades of Edward #99AC9C
Tints of Edward #99AC9C
RGB
CMYK
RGB Variations
Color information
#99AC9C (or 0x99AC9C) is known color: Edward. HEX triplet: 99, AC and 9C. RGB value is (153,172,156). Sum of RGB (Red+Green+Blue) = 153+172+156=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AC9C is #665363. Grayscale: #A4A4A4. Windows color (decimal): -6706020 or 10267801. OLE color: 10267801.
HSL color Cylindrical-coordinate representation of color #99AC9C: hue angle of 129.47º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99AC9C is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 156 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.33 |
| HSL | 129.47º | 0.1% | 0.64% | - |
| HSV(B) | 129.47º | 0.11% | 0.67% | - |
| XYZ | 33.89 | 38.68 | 37.13 | - |
| YUV | 164.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 156 | 0.11 | 0 | 0.09 | 0.33 | 129.47 | 0.1 | 0.64 |
| Hex | 99 | AC | 9C | B | 0 | 9 | 21 | 81 | A | 40 |
| Octal | 231 | 254 | 234 | 13 | 0 | 11 | 41 | 201 | 12 | 100 |
| Binary | 10011001 | 10101100 | 10011100 | 1011 | 0 | 1001 | 100001 | 10000001 | 1010 | 1000000 |
Color Harmonies of #99AC9C
Complementary color
Monochromatic Colors of #99AC9C
Black with #99AC9C
Text Example
Text Example
White with #99AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC9C; }
p { color: rgb(153,172,156); }
H1.HeaderClassName
{
color: #99AC9C;
}
.AnyTagClassName
{
color: #99AC9C;
}
</style>
background-color css
<style>
a { background-color: #99AC9C; }
a { background-color: rgb(153,172,156); }
div.DivClassName
{
background-color: #99AC9C;
}
.BgClassName
{
background-color: #99AC9C;
}
</style>
border-color css
<style>
span { border-color: #99AC9C; }
span { border-color: rgb(153,172,156); }
td.TdClassName
{
border-color: #99AC9C;
}
.TagClassName
{
border-color: #99AC9C;
}
</style>