Shades of Star Dust #9FA08D
Tints of Star Dust #9FA08D
RGB
CMYK
RGB Variations
Color information
#9FA08D (or 0x9FA08D) is known color: Star Dust. HEX triplet: 9F, A0 and 8D. RGB value is (159,160,141). Sum of RGB (Red+Green+Blue) = 159+160+141=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA08D is #605F72. Grayscale: #9D9D9D. Windows color (decimal): -6315891 or 9281695. OLE color: 9281695.
HSL color Cylindrical-coordinate representation of color #9FA08D: hue angle of 63.16º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FA08D is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 141 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.37 |
| HSL | 63.16º | 0.09% | 0.59% | - |
| HSV(B) | 63.16º | 0.12% | 0.63% | - |
| XYZ | 31.68 | 34.44 | 30.18 | - |
| YUV | 157.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 141 | 0.01 | 0 | 0.12 | 0.37 | 63.16 | 0.09 | 0.59 |
| Hex | 9F | A0 | 8D | 1 | 0 | C | 25 | 3F | 9 | 3B |
| Octal | 237 | 240 | 215 | 1 | 0 | 14 | 45 | 77 | 11 | 73 |
| Binary | 10011111 | 10100000 | 10001101 | 1 | 0 | 1100 | 100101 | 111111 | 1001 | 111011 |
Color Harmonies of #9FA08D
Complementary color
Monochromatic Colors of #9FA08D
Black with #9FA08D
Text Example
Text Example
White with #9FA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA08D; }
p { color: rgb(159,160,141); }
H1.HeaderClassName
{
color: #9FA08D;
}
.AnyTagClassName
{
color: #9FA08D;
}
</style>
background-color css
<style>
a { background-color: #9FA08D; }
a { background-color: rgb(159,160,141); }
div.DivClassName
{
background-color: #9FA08D;
}
.BgClassName
{
background-color: #9FA08D;
}
</style>
border-color css
<style>
span { border-color: #9FA08D; }
span { border-color: rgb(159,160,141); }
td.TdClassName
{
border-color: #9FA08D;
}
.TagClassName
{
border-color: #9FA08D;
}
</style>