Shades of Edward #9AA99B
Tints of Edward #9AA99B
RGB
CMYK
RGB Variations
Color information
#9AA99B (or 0x9AA99B) is known color: Edward. HEX triplet: 9A, A9 and 9B. RGB value is (154,169,155). Sum of RGB (Red+Green+Blue) = 154+169+155=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA99B is #655664. Grayscale: #A2A2A2. Windows color (decimal): -6641253 or 10201498. OLE color: 10201498.
HSL color Cylindrical-coordinate representation of color #9AA99B: hue angle of 124º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9AA99B is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 169 | 155 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.34 |
| HSL | 124º | 0.08% | 0.63% | - |
| HSV(B) | 124º | 0.09% | 0.66% | - |
| XYZ | 33.43 | 37.61 | 36.51 | - |
| YUV | 162.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 155 | 0.09 | 0 | 0.08 | 0.34 | 124 | 0.08 | 0.63 |
| Hex | 9A | A9 | 9B | 9 | 0 | 8 | 22 | 7C | 8 | 3F |
| Octal | 232 | 251 | 233 | 11 | 0 | 10 | 42 | 174 | 10 | 77 |
| Binary | 10011010 | 10101001 | 10011011 | 1001 | 0 | 1000 | 100010 | 1111100 | 1000 | 111111 |
Color Harmonies of #9AA99B
Complementary color
Monochromatic Colors of #9AA99B
Black with #9AA99B
Text Example
Text Example
White with #9AA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA99B; }
p { color: rgb(154,169,155); }
H1.HeaderClassName
{
color: #9AA99B;
}
.AnyTagClassName
{
color: #9AA99B;
}
</style>
background-color css
<style>
a { background-color: #9AA99B; }
a { background-color: rgb(154,169,155); }
div.DivClassName
{
background-color: #9AA99B;
}
.BgClassName
{
background-color: #9AA99B;
}
</style>
border-color css
<style>
span { border-color: #9AA99B; }
span { border-color: rgb(154,169,155); }
td.TdClassName
{
border-color: #9AA99B;
}
.TagClassName
{
border-color: #9AA99B;
}
</style>