Shades of Edward #9AA39B
Tints of Edward #9AA39B
RGB
CMYK
RGB Variations
Color information
#9AA39B (or 0x9AA39B) is known color: Edward. HEX triplet: 9A, A3 and 9B. RGB value is (154,163,155). Sum of RGB (Red+Green+Blue) = 154+163+155=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA39B is #655C64. Grayscale: #9F9F9F. Windows color (decimal): -6642789 or 10199962. OLE color: 10199962.
HSL color Cylindrical-coordinate representation of color #9AA39B: hue angle of 126.67º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9AA39B is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 163 | 155 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.36 |
| HSL | 126.67º | 0.05% | 0.62% | - |
| HSV(B) | 126.67º | 0.06% | 0.64% | - |
| XYZ | 32.34 | 35.43 | 36.14 | - |
| YUV | 159.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 155 | 0.06 | 0 | 0.05 | 0.36 | 126.67 | 0.05 | 0.62 |
| Hex | 9A | A3 | 9B | 6 | 0 | 5 | 24 | 7F | 5 | 3E |
| Octal | 232 | 243 | 233 | 6 | 0 | 5 | 44 | 177 | 5 | 76 |
| Binary | 10011010 | 10100011 | 10011011 | 110 | 0 | 101 | 100100 | 1111111 | 101 | 111110 |
Color Harmonies of #9AA39B
Complementary color
Monochromatic Colors of #9AA39B
Black with #9AA39B
Text Example
Text Example
White with #9AA39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA39B; }
p { color: rgb(154,163,155); }
H1.HeaderClassName
{
color: #9AA39B;
}
.AnyTagClassName
{
color: #9AA39B;
}
</style>
background-color css
<style>
a { background-color: #9AA39B; }
a { background-color: rgb(154,163,155); }
div.DivClassName
{
background-color: #9AA39B;
}
.BgClassName
{
background-color: #9AA39B;
}
</style>
border-color css
<style>
span { border-color: #9AA39B; }
span { border-color: rgb(154,163,155); }
td.TdClassName
{
border-color: #9AA39B;
}
.TagClassName
{
border-color: #9AA39B;
}
</style>