Shades of Edward #99AF9B
Tints of Edward #99AF9B
RGB
CMYK
RGB Variations
Color information
#99AF9B (or 0x99AF9B) is known color: Edward. HEX triplet: 99, AF and 9B. RGB value is (153,175,155). Sum of RGB (Red+Green+Blue) = 153+175+155=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AF9B is #665064. Grayscale: #A6A6A6. Windows color (decimal): -6705253 or 10203033. OLE color: 10203033.
HSL color Cylindrical-coordinate representation of color #99AF9B: hue angle of 125.45º 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 #99AF9B is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 155 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.31 |
| HSL | 125.45º | 0.12% | 0.64% | - |
| HSV(B) | 125.45º | 0.13% | 0.69% | - |
| XYZ | 34.38 | 39.8 | 36.88 | - |
| YUV | 166.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 155 | 0.13 | 0 | 0.11 | 0.31 | 125.45 | 0.12 | 0.64 |
| Hex | 99 | AF | 9B | D | 0 | B | 1F | 7D | C | 40 |
| Octal | 231 | 257 | 233 | 15 | 0 | 13 | 37 | 175 | 14 | 100 |
| Binary | 10011001 | 10101111 | 10011011 | 1101 | 0 | 1011 | 11111 | 1111101 | 1100 | 1000000 |
Color Harmonies of #99AF9B
Complementary color
Monochromatic Colors of #99AF9B
Black with #99AF9B
Text Example
Text Example
White with #99AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF9B; }
p { color: rgb(153,175,155); }
H1.HeaderClassName
{
color: #99AF9B;
}
.AnyTagClassName
{
color: #99AF9B;
}
</style>
background-color css
<style>
a { background-color: #99AF9B; }
a { background-color: rgb(153,175,155); }
div.DivClassName
{
background-color: #99AF9B;
}
.BgClassName
{
background-color: #99AF9B;
}
</style>
border-color css
<style>
span { border-color: #99AF9B; }
span { border-color: rgb(153,175,155); }
td.TdClassName
{
border-color: #99AF9B;
}
.TagClassName
{
border-color: #99AF9B;
}
</style>