Shades of Edward #99AA9B
Tints of Edward #99AA9B
RGB
CMYK
RGB Variations
Color information
#99AA9B (or 0x99AA9B) is known color: Edward. HEX triplet: 99, AA and 9B. RGB value is (153,170,155). Sum of RGB (Red+Green+Blue) = 153+170+155=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA9B is #665564. Grayscale: #A3A3A3. Windows color (decimal): -6706533 or 10201753. OLE color: 10201753.
HSL color Cylindrical-coordinate representation of color #99AA9B: hue angle of 127.06º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99AA9B is Cyan = 0.1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 155 | - |
| CMYK | 0.1 | 0 | 0.09 | 0.33 |
| HSL | 127.06º | 0.09% | 0.63% | - |
| HSV(B) | 127.06º | 0.1% | 0.67% | - |
| XYZ | 33.43 | 37.89 | 36.56 | - |
| YUV | 163.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 155 | 0.1 | 0 | 0.09 | 0.33 | 127.06 | 0.09 | 0.63 |
| Hex | 99 | AA | 9B | A | 0 | 9 | 21 | 7F | 9 | 3F |
| Octal | 231 | 252 | 233 | 12 | 0 | 11 | 41 | 177 | 11 | 77 |
| Binary | 10011001 | 10101010 | 10011011 | 1010 | 0 | 1001 | 100001 | 1111111 | 1001 | 111111 |
Color Harmonies of #99AA9B
Complementary color
Monochromatic Colors of #99AA9B
Black with #99AA9B
Text Example
Text Example
White with #99AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA9B; }
p { color: rgb(153,170,155); }
H1.HeaderClassName
{
color: #99AA9B;
}
.AnyTagClassName
{
color: #99AA9B;
}
</style>
background-color css
<style>
a { background-color: #99AA9B; }
a { background-color: rgb(153,170,155); }
div.DivClassName
{
background-color: #99AA9B;
}
.BgClassName
{
background-color: #99AA9B;
}
</style>
border-color css
<style>
span { border-color: #99AA9B; }
span { border-color: rgb(153,170,155); }
td.TdClassName
{
border-color: #99AA9B;
}
.TagClassName
{
border-color: #99AA9B;
}
</style>