Shades of Edward #9AAC9B
Tints of Edward #9AAC9B
RGB
CMYK
RGB Variations
Color information
#9AAC9B (or 0x9AAC9B) is known color: Edward. HEX triplet: 9A, AC and 9B. RGB value is (154,172,155). Sum of RGB (Red+Green+Blue) = 154+172+155=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAC9B is #655364. Grayscale: #A4A4A4. Windows color (decimal): -6640485 or 10202266. OLE color: 10202266.
HSL color Cylindrical-coordinate representation of color #9AAC9B: hue angle of 123.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AAC9B is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 155 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.33 |
| HSL | 123.33º | 0.1% | 0.64% | - |
| HSV(B) | 123.33º | 0.1% | 0.67% | - |
| XYZ | 34 | 38.74 | 36.7 | - |
| YUV | 164.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 155 | 0.10 | 0 | 0.10 | 0.33 | 123.33 | 0.1 | 0.64 |
| Hex | 9A | AC | 9B | A | 0 | A | 21 | 7B | A | 40 |
| Octal | 232 | 254 | 233 | 12 | 0 | 12 | 41 | 173 | 12 | 100 |
| Binary | 10011010 | 10101100 | 10011011 | 1010 | 0 | 1010 | 100001 | 1111011 | 1010 | 1000000 |
Color Harmonies of #9AAC9B
Complementary color
Monochromatic Colors of #9AAC9B
Black with #9AAC9B
Text Example
Text Example
White with #9AAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC9B; }
p { color: rgb(154,172,155); }
H1.HeaderClassName
{
color: #9AAC9B;
}
.AnyTagClassName
{
color: #9AAC9B;
}
</style>
background-color css
<style>
a { background-color: #9AAC9B; }
a { background-color: rgb(154,172,155); }
div.DivClassName
{
background-color: #9AAC9B;
}
.BgClassName
{
background-color: #9AAC9B;
}
</style>
border-color css
<style>
span { border-color: #9AAC9B; }
span { border-color: rgb(154,172,155); }
td.TdClassName
{
border-color: #9AAC9B;
}
.TagClassName
{
border-color: #9AAC9B;
}
</style>