Shades of Bud #9FA48D
Tints of Bud #9FA48D
RGB
CMYK
RGB Variations
Color information
#9FA48D (or 0x9FA48D) is known color: Bud. HEX triplet: 9F, A4 and 8D. RGB value is (159,164,141). Sum of RGB (Red+Green+Blue) = 159+164+141=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA48D is #605B72. Grayscale: #9F9F9F. Windows color (decimal): -6314867 or 9282719. OLE color: 9282719.
HSL color Cylindrical-coordinate representation of color #9FA48D: hue angle of 73.04º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FA48D is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 141 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.36 |
| HSL | 73.04º | 0.11% | 0.6% | - |
| HSV(B) | 73.04º | 0.14% | 0.64% | - |
| XYZ | 32.38 | 35.84 | 30.41 | - |
| YUV | 159.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 141 | 0.03 | 0 | 0.14 | 0.36 | 73.04 | 0.11 | 0.6 |
| Hex | 9F | A4 | 8D | 3 | 0 | E | 24 | 49 | B | 3C |
| Octal | 237 | 244 | 215 | 3 | 0 | 16 | 44 | 111 | 13 | 74 |
| Binary | 10011111 | 10100100 | 10001101 | 11 | 0 | 1110 | 100100 | 1001001 | 1011 | 111100 |
Color Harmonies of #9FA48D
Complementary color
Monochromatic Colors of #9FA48D
Black with #9FA48D
Text Example
Text Example
White with #9FA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA48D; }
p { color: rgb(159,164,141); }
H1.HeaderClassName
{
color: #9FA48D;
}
.AnyTagClassName
{
color: #9FA48D;
}
</style>
background-color css
<style>
a { background-color: #9FA48D; }
a { background-color: rgb(159,164,141); }
div.DivClassName
{
background-color: #9FA48D;
}
.BgClassName
{
background-color: #9FA48D;
}
</style>
border-color css
<style>
span { border-color: #9FA48D; }
span { border-color: rgb(159,164,141); }
td.TdClassName
{
border-color: #9FA48D;
}
.TagClassName
{
border-color: #9FA48D;
}
</style>