Shades of Edward #99AF9E
Tints of Edward #99AF9E
RGB
CMYK
RGB Variations
Color information
#99AF9E (or 0x99AF9E) is known color: Edward. HEX triplet: 99, AF and 9E. RGB value is (153,175,158). Sum of RGB (Red+Green+Blue) = 153+175+158=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AF9E is #665061. Grayscale: #A6A6A6. Windows color (decimal): -6705250 or 10399641. OLE color: 10399641.
HSL color Cylindrical-coordinate representation of color #99AF9E: hue angle of 133.64º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99AF9E is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 158 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.31 |
| HSL | 133.64º | 0.12% | 0.64% | - |
| HSV(B) | 133.64º | 0.13% | 0.69% | - |
| XYZ | 34.64 | 39.9 | 38.22 | - |
| YUV | 166.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 158 | 0.13 | 0 | 0.10 | 0.31 | 133.64 | 0.12 | 0.64 |
| Hex | 99 | AF | 9E | D | 0 | A | 1F | 86 | C | 40 |
| Octal | 231 | 257 | 236 | 15 | 0 | 12 | 37 | 206 | 14 | 100 |
| Binary | 10011001 | 10101111 | 10011110 | 1101 | 0 | 1010 | 11111 | 10000110 | 1100 | 1000000 |
Color Harmonies of #99AF9E
Complementary color
Monochromatic Colors of #99AF9E
Black with #99AF9E
Text Example
Text Example
White with #99AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF9E; }
p { color: rgb(153,175,158); }
H1.HeaderClassName
{
color: #99AF9E;
}
.AnyTagClassName
{
color: #99AF9E;
}
</style>
background-color css
<style>
a { background-color: #99AF9E; }
a { background-color: rgb(153,175,158); }
div.DivClassName
{
background-color: #99AF9E;
}
.BgClassName
{
background-color: #99AF9E;
}
</style>
border-color css
<style>
span { border-color: #99AF9E; }
span { border-color: rgb(153,175,158); }
td.TdClassName
{
border-color: #99AF9E;
}
.TagClassName
{
border-color: #99AF9E;
}
</style>