Shades of Almond Frost #9F826F
Tints of Almond Frost #9F826F
RGB
CMYK
RGB Variations
Color information
#9F826F (or 0x9F826F) is known color: Almond Frost. HEX triplet: 9F, 82 and 6F. RGB value is (159,130,111). Sum of RGB (Red+Green+Blue) = 159+130+111=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F826F is #607D90. Grayscale: #888888. Windows color (decimal): -6323601 or 7307935. OLE color: 7307935.
HSL color Cylindrical-coordinate representation of color #9F826F: hue angle of 23.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F826F is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 111 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.38 |
| HSL | 23.75º | 0.2% | 0.53% | - |
| HSV(B) | 23.75º | 0.3% | 0.62% | - |
| XYZ | 25.15 | 24.48 | 18.44 | - |
| YUV | 136.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 111 | 0 | 0.18 | 0.30 | 0.38 | 23.75 | 0.2 | 0.53 |
| Hex | 9F | 82 | 6F | 0 | 12 | 1E | 26 | 18 | 14 | 35 |
| Octal | 237 | 202 | 157 | 0 | 22 | 36 | 46 | 30 | 24 | 65 |
| Binary | 10011111 | 10000010 | 1101111 | 0 | 10010 | 11110 | 100110 | 11000 | 10100 | 110101 |
Color Harmonies of #9F826F
Complementary color
Monochromatic Colors of #9F826F
Black with #9F826F
Text Example
Text Example
White with #9F826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F826F; }
p { color: rgb(159,130,111); }
H1.HeaderClassName
{
color: #9F826F;
}
.AnyTagClassName
{
color: #9F826F;
}
</style>
background-color css
<style>
a { background-color: #9F826F; }
a { background-color: rgb(159,130,111); }
div.DivClassName
{
background-color: #9F826F;
}
.BgClassName
{
background-color: #9F826F;
}
</style>
border-color css
<style>
span { border-color: #9F826F; }
span { border-color: rgb(159,130,111); }
td.TdClassName
{
border-color: #9F826F;
}
.TagClassName
{
border-color: #9F826F;
}
</style>