Shades of Edward #99AC9B
Tints of Edward #99AC9B
RGB
CMYK
RGB Variations
Color information
#99AC9B (or 0x99AC9B) is known color: Edward. HEX triplet: 99, AC and 9B. RGB value is (153,172,155). Sum of RGB (Red+Green+Blue) = 153+172+155=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AC9B is #665364. Grayscale: #A4A4A4. Windows color (decimal): -6706021 or 10202265. OLE color: 10202265.
HSL color Cylindrical-coordinate representation of color #99AC9B: hue angle of 126.32º 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 #99AC9B is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 155 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.33 |
| HSL | 126.32º | 0.1% | 0.64% | - |
| HSV(B) | 126.32º | 0.11% | 0.67% | - |
| XYZ | 33.81 | 38.64 | 36.69 | - |
| YUV | 164.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 155 | 0.11 | 0 | 0.10 | 0.33 | 126.32 | 0.1 | 0.64 |
| Hex | 99 | AC | 9B | B | 0 | A | 21 | 7E | A | 40 |
| Octal | 231 | 254 | 233 | 13 | 0 | 12 | 41 | 176 | 12 | 100 |
| Binary | 10011001 | 10101100 | 10011011 | 1011 | 0 | 1010 | 100001 | 1111110 | 1010 | 1000000 |
Color Harmonies of #99AC9B
Complementary color
Monochromatic Colors of #99AC9B
Black with #99AC9B
Text Example
Text Example
White with #99AC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC9B; }
p { color: rgb(153,172,155); }
H1.HeaderClassName
{
color: #99AC9B;
}
.AnyTagClassName
{
color: #99AC9B;
}
</style>
background-color css
<style>
a { background-color: #99AC9B; }
a { background-color: rgb(153,172,155); }
div.DivClassName
{
background-color: #99AC9B;
}
.BgClassName
{
background-color: #99AC9B;
}
</style>
border-color css
<style>
span { border-color: #99AC9B; }
span { border-color: rgb(153,172,155); }
td.TdClassName
{
border-color: #99AC9B;
}
.TagClassName
{
border-color: #99AC9B;
}
</style>