Shades of Delta #9AA886
Tints of Delta #9AA886
RGB
CMYK
RGB Variations
Color information
#9AA886 (or 0x9AA886) is known color: Delta. HEX triplet: 9A, A8 and 86. RGB value is (154,168,134). Sum of RGB (Red+Green+Blue) = 154+168+134=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA886 is #655779. Grayscale: #A0A0A0. Windows color (decimal): -6641530 or 8824986. OLE color: 8824986.
HSL color Cylindrical-coordinate representation of color #9AA886: hue angle of 84.71º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AA886 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 168 | 134 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.34 |
| HSL | 84.71º | 0.16% | 0.59% | - |
| HSV(B) | 84.71º | 0.2% | 0.66% | - |
| XYZ | 31.63 | 36.6 | 27.95 | - |
| YUV | 159.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 134 | 0.08 | 0 | 0.20 | 0.34 | 84.71 | 0.16 | 0.59 |
| Hex | 9A | A8 | 86 | 8 | 0 | 14 | 22 | 55 | 10 | 3B |
| Octal | 232 | 250 | 206 | 10 | 0 | 24 | 42 | 125 | 20 | 73 |
| Binary | 10011010 | 10101000 | 10000110 | 1000 | 0 | 10100 | 100010 | 1010101 | 10000 | 111011 |
Color Harmonies of #9AA886
Complementary color
Monochromatic Colors of #9AA886
Black with #9AA886
Text Example
Text Example
White with #9AA886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA886; }
p { color: rgb(154,168,134); }
H1.HeaderClassName
{
color: #9AA886;
}
.AnyTagClassName
{
color: #9AA886;
}
</style>
background-color css
<style>
a { background-color: #9AA886; }
a { background-color: rgb(154,168,134); }
div.DivClassName
{
background-color: #9AA886;
}
.BgClassName
{
background-color: #9AA886;
}
</style>
border-color css
<style>
span { border-color: #9AA886; }
span { border-color: rgb(154,168,134); }
td.TdClassName
{
border-color: #9AA886;
}
.TagClassName
{
border-color: #9AA886;
}
</style>