Shades of Delta #9AA195
Tints of Delta #9AA195
RGB
CMYK
RGB Variations
Color information
#9AA195 (or 0x9AA195) is known color: Delta. HEX triplet: 9A, A1 and 95. RGB value is (154,161,149). Sum of RGB (Red+Green+Blue) = 154+161+149=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA195 is #655E6A. Grayscale: #9D9D9D. Windows color (decimal): -6643307 or 9806234. OLE color: 9806234.
HSL color Cylindrical-coordinate representation of color #9AA195: hue angle of 95º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9AA195 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 149 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.37 |
| HSL | 95º | 0.06% | 0.61% | - |
| HSV(B) | 95º | 0.07% | 0.63% | - |
| XYZ | 31.5 | 34.53 | 33.44 | - |
| YUV | 157.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 149 | 0.04 | 0 | 0.07 | 0.37 | 95 | 0.06 | 0.61 |
| Hex | 9A | A1 | 95 | 4 | 0 | 7 | 25 | 5F | 6 | 3D |
| Octal | 232 | 241 | 225 | 4 | 0 | 7 | 45 | 137 | 6 | 75 |
| Binary | 10011010 | 10100001 | 10010101 | 100 | 0 | 111 | 100101 | 1011111 | 110 | 111101 |
Color Harmonies of #9AA195
Complementary color
Monochromatic Colors of #9AA195
Black with #9AA195
Text Example
Text Example
White with #9AA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA195; }
p { color: rgb(154,161,149); }
H1.HeaderClassName
{
color: #9AA195;
}
.AnyTagClassName
{
color: #9AA195;
}
</style>
background-color css
<style>
a { background-color: #9AA195; }
a { background-color: rgb(154,161,149); }
div.DivClassName
{
background-color: #9AA195;
}
.BgClassName
{
background-color: #9AA195;
}
</style>
border-color css
<style>
span { border-color: #9AA195; }
span { border-color: rgb(154,161,149); }
td.TdClassName
{
border-color: #9AA195;
}
.TagClassName
{
border-color: #9AA195;
}
</style>