Shades of Delta #9AA18C
Tints of Delta #9AA18C
RGB
CMYK
RGB Variations
Color information
#9AA18C (or 0x9AA18C) is known color: Delta. HEX triplet: 9A, A1 and 8C. RGB value is (154,161,140). Sum of RGB (Red+Green+Blue) = 154+161+140=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA18C is #655E73. Grayscale: #9C9C9C. Windows color (decimal): -6643316 or 9216410. OLE color: 9216410.
HSL color Cylindrical-coordinate representation of color #9AA18C: hue angle of 80º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AA18C is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 140 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.37 |
| HSL | 80º | 0.1% | 0.59% | - |
| HSV(B) | 80º | 0.13% | 0.63% | - |
| XYZ | 30.8 | 34.25 | 29.8 | - |
| YUV | 156.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 140 | 0.04 | 0 | 0.13 | 0.37 | 80 | 0.1 | 0.59 |
| Hex | 9A | A1 | 8C | 4 | 0 | D | 25 | 50 | A | 3B |
| Octal | 232 | 241 | 214 | 4 | 0 | 15 | 45 | 120 | 12 | 73 |
| Binary | 10011010 | 10100001 | 10001100 | 100 | 0 | 1101 | 100101 | 1010000 | 1010 | 111011 |
Color Harmonies of #9AA18C
Complementary color
Monochromatic Colors of #9AA18C
Black with #9AA18C
Text Example
Text Example
White with #9AA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA18C; }
p { color: rgb(154,161,140); }
H1.HeaderClassName
{
color: #9AA18C;
}
.AnyTagClassName
{
color: #9AA18C;
}
</style>
background-color css
<style>
a { background-color: #9AA18C; }
a { background-color: rgb(154,161,140); }
div.DivClassName
{
background-color: #9AA18C;
}
.BgClassName
{
background-color: #9AA18C;
}
</style>
border-color css
<style>
span { border-color: #9AA18C; }
span { border-color: rgb(154,161,140); }
td.TdClassName
{
border-color: #9AA18C;
}
.TagClassName
{
border-color: #9AA18C;
}
</style>