Shades of Edward #9AA29B
Tints of Edward #9AA29B
RGB
CMYK
RGB Variations
Color information
#9AA29B (or 0x9AA29B) is known color: Edward. HEX triplet: 9A, A2 and 9B. RGB value is (154,162,155). Sum of RGB (Red+Green+Blue) = 154+162+155=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA29B is #655D64. Grayscale: #9E9E9E. Windows color (decimal): -6643045 or 10199706. OLE color: 10199706.
HSL color Cylindrical-coordinate representation of color #9AA29B: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9AA29B is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 162 | 155 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.36 |
| HSL | 127.5º | 0.04% | 0.62% | - |
| HSV(B) | 127.5º | 0.05% | 0.64% | - |
| XYZ | 32.16 | 35.08 | 36.09 | - |
| YUV | 158.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 155 | 0.05 | 0 | 0.04 | 0.36 | 127.5 | 0.04 | 0.62 |
| Hex | 9A | A2 | 9B | 5 | 0 | 4 | 24 | 80 | 4 | 3E |
| Octal | 232 | 242 | 233 | 5 | 0 | 4 | 44 | 200 | 4 | 76 |
| Binary | 10011010 | 10100010 | 10011011 | 101 | 0 | 100 | 100100 | 10000000 | 100 | 111110 |
Color Harmonies of #9AA29B
Complementary color
Monochromatic Colors of #9AA29B
Black with #9AA29B
Text Example
Text Example
White with #9AA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA29B; }
p { color: rgb(154,162,155); }
H1.HeaderClassName
{
color: #9AA29B;
}
.AnyTagClassName
{
color: #9AA29B;
}
</style>
background-color css
<style>
a { background-color: #9AA29B; }
a { background-color: rgb(154,162,155); }
div.DivClassName
{
background-color: #9AA29B;
}
.BgClassName
{
background-color: #9AA29B;
}
</style>
border-color css
<style>
span { border-color: #9AA29B; }
span { border-color: rgb(154,162,155); }
td.TdClassName
{
border-color: #9AA29B;
}
.TagClassName
{
border-color: #9AA29B;
}
</style>