Shades of Delta #9FA891
Tints of Delta #9FA891
RGB
CMYK
RGB Variations
Color information
#9FA891 (or 0x9FA891) is known color: Delta. HEX triplet: 9F, A8 and 91. RGB value is (159,168,145). Sum of RGB (Red+Green+Blue) = 159+168+145=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA891 is #60576E. Grayscale: #A2A2A2. Windows color (decimal): -6313839 or 9545887. OLE color: 9545887.
HSL color Cylindrical-coordinate representation of color #9FA891: hue angle of 83.48º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FA891 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 145 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.34 |
| HSL | 83.48º | 0.12% | 0.61% | - |
| HSV(B) | 83.48º | 0.14% | 0.66% | - |
| XYZ | 33.41 | 37.42 | 32.25 | - |
| YUV | 162.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 145 | 0.05 | 0 | 0.14 | 0.34 | 83.48 | 0.12 | 0.61 |
| Hex | 9F | A8 | 91 | 5 | 0 | E | 22 | 53 | C | 3D |
| Octal | 237 | 250 | 221 | 5 | 0 | 16 | 42 | 123 | 14 | 75 |
| Binary | 10011111 | 10101000 | 10010001 | 101 | 0 | 1110 | 100010 | 1010011 | 1100 | 111101 |
Color Harmonies of #9FA891
Complementary color
Monochromatic Colors of #9FA891
Black with #9FA891
Text Example
Text Example
White with #9FA891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA891; }
p { color: rgb(159,168,145); }
H1.HeaderClassName
{
color: #9FA891;
}
.AnyTagClassName
{
color: #9FA891;
}
</style>
background-color css
<style>
a { background-color: #9FA891; }
a { background-color: rgb(159,168,145); }
div.DivClassName
{
background-color: #9FA891;
}
.BgClassName
{
background-color: #9FA891;
}
</style>
border-color css
<style>
span { border-color: #9FA891; }
span { border-color: rgb(159,168,145); }
td.TdClassName
{
border-color: #9FA891;
}
.TagClassName
{
border-color: #9FA891;
}
</style>