Shades of Almond Frost #9F8371
Tints of Almond Frost #9F8371
RGB
CMYK
RGB Variations
Color information
#9F8371 (or 0x9F8371) is known color: Almond Frost. HEX triplet: 9F, 83 and 71. RGB value is (159,131,113). Sum of RGB (Red+Green+Blue) = 159+131+113=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8371 is #607C8E. Grayscale: #898989. Windows color (decimal): -6323343 or 7439263. OLE color: 7439263.
HSL color Cylindrical-coordinate representation of color #9F8371: hue angle of 23.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F8371 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 131 | 113 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.38 |
| HSL | 23.48º | 0.19% | 0.53% | - |
| HSV(B) | 23.48º | 0.29% | 0.62% | - |
| XYZ | 25.4 | 24.8 | 19.07 | - |
| YUV | 137.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 113 | 0 | 0.18 | 0.29 | 0.38 | 23.48 | 0.19 | 0.53 |
| Hex | 9F | 83 | 71 | 0 | 12 | 1D | 26 | 17 | 13 | 35 |
| Octal | 237 | 203 | 161 | 0 | 22 | 35 | 46 | 27 | 23 | 65 |
| Binary | 10011111 | 10000011 | 1110001 | 0 | 10010 | 11101 | 100110 | 10111 | 10011 | 110101 |
Color Harmonies of #9F8371
Complementary color
Monochromatic Colors of #9F8371
Black with #9F8371
Text Example
Text Example
White with #9F8371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8371; }
p { color: rgb(159,131,113); }
H1.HeaderClassName
{
color: #9F8371;
}
.AnyTagClassName
{
color: #9F8371;
}
</style>
background-color css
<style>
a { background-color: #9F8371; }
a { background-color: rgb(159,131,113); }
div.DivClassName
{
background-color: #9F8371;
}
.BgClassName
{
background-color: #9F8371;
}
</style>
border-color css
<style>
span { border-color: #9F8371; }
span { border-color: rgb(159,131,113); }
td.TdClassName
{
border-color: #9F8371;
}
.TagClassName
{
border-color: #9F8371;
}
</style>