Shades of Almond Frost #9F8372
Tints of Almond Frost #9F8372
RGB
CMYK
RGB Variations
Color information
#9F8372 (or 0x9F8372) is known color: Almond Frost. HEX triplet: 9F, 83 and 72. RGB value is (159,131,114). Sum of RGB (Red+Green+Blue) = 159+131+114=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8372 is #607C8D. Grayscale: #898989. Windows color (decimal): -6323342 or 7504799. OLE color: 7504799.
HSL color Cylindrical-coordinate representation of color #9F8372: hue angle of 22.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F8372 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 131 | 114 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.38 |
| HSL | 22.67º | 0.19% | 0.54% | - |
| HSV(B) | 22.67º | 0.28% | 0.62% | - |
| XYZ | 25.45 | 24.82 | 19.37 | - |
| YUV | 137.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 114 | 0 | 0.18 | 0.28 | 0.38 | 22.67 | 0.19 | 0.54 |
| Hex | 9F | 83 | 72 | 0 | 12 | 1C | 26 | 17 | 13 | 36 |
| Octal | 237 | 203 | 162 | 0 | 22 | 34 | 46 | 27 | 23 | 66 |
| Binary | 10011111 | 10000011 | 1110010 | 0 | 10010 | 11100 | 100110 | 10111 | 10011 | 110110 |
Color Harmonies of #9F8372
Complementary color
Monochromatic Colors of #9F8372
Black with #9F8372
Text Example
Text Example
White with #9F8372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8372; }
p { color: rgb(159,131,114); }
H1.HeaderClassName
{
color: #9F8372;
}
.AnyTagClassName
{
color: #9F8372;
}
</style>
background-color css
<style>
a { background-color: #9F8372; }
a { background-color: rgb(159,131,114); }
div.DivClassName
{
background-color: #9F8372;
}
.BgClassName
{
background-color: #9F8372;
}
</style>
border-color css
<style>
span { border-color: #9F8372; }
span { border-color: rgb(159,131,114); }
td.TdClassName
{
border-color: #9F8372;
}
.TagClassName
{
border-color: #9F8372;
}
</style>