Shades of Delta #9AA094
Tints of Delta #9AA094
RGB
CMYK
RGB Variations
Color information
#9AA094 (or 0x9AA094) is known color: Delta. HEX triplet: 9A, A0 and 94. RGB value is (154,160,148). Sum of RGB (Red+Green+Blue) = 154+160+148=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA094 is #655F6B. Grayscale: #9C9C9C. Windows color (decimal): -6643564 or 9740442. OLE color: 9740442.
HSL color Cylindrical-coordinate representation of color #9AA094: hue angle of 90º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9AA094 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 160 | 148 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.37 |
| HSL | 90º | 0.06% | 0.6% | - |
| HSV(B) | 90º | 0.07% | 0.63% | - |
| XYZ | 31.24 | 34.15 | 32.96 | - |
| YUV | 156.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 148 | 0.04 | 0 | 0.07 | 0.37 | 90 | 0.06 | 0.6 |
| Hex | 9A | A0 | 94 | 4 | 0 | 7 | 25 | 5A | 6 | 3C |
| Octal | 232 | 240 | 224 | 4 | 0 | 7 | 45 | 132 | 6 | 74 |
| Binary | 10011010 | 10100000 | 10010100 | 100 | 0 | 111 | 100101 | 1011010 | 110 | 111100 |
Color Harmonies of #9AA094
Complementary color
Monochromatic Colors of #9AA094
Black with #9AA094
Text Example
Text Example
White with #9AA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA094; }
p { color: rgb(154,160,148); }
H1.HeaderClassName
{
color: #9AA094;
}
.AnyTagClassName
{
color: #9AA094;
}
</style>
background-color css
<style>
a { background-color: #9AA094; }
a { background-color: rgb(154,160,148); }
div.DivClassName
{
background-color: #9AA094;
}
.BgClassName
{
background-color: #9AA094;
}
</style>
border-color css
<style>
span { border-color: #9AA094; }
span { border-color: rgb(154,160,148); }
td.TdClassName
{
border-color: #9AA094;
}
.TagClassName
{
border-color: #9AA094;
}
</style>