Shades of Almond Frost #9F8A76
Tints of Almond Frost #9F8A76
RGB
CMYK
RGB Variations
Color information
#9F8A76 (or 0x9F8A76) is known color: Almond Frost. HEX triplet: 9F, 8A and 76. RGB value is (159,138,118). Sum of RGB (Red+Green+Blue) = 159+138+118=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8A76 is #607589. Grayscale: #8E8E8E. Windows color (decimal): -6321546 or 7768735. OLE color: 7768735.
HSL color Cylindrical-coordinate representation of color #9F8A76: hue angle of 29.27º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F8A76 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 138 | 118 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.38 |
| HSL | 29.27º | 0.18% | 0.54% | - |
| HSV(B) | 29.27º | 0.26% | 0.62% | - |
| XYZ | 26.66 | 26.86 | 20.92 | - |
| YUV | 142 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 118 | 0 | 0.13 | 0.26 | 0.38 | 29.27 | 0.18 | 0.54 |
| Hex | 9F | 8A | 76 | 0 | D | 1A | 26 | 1D | 12 | 36 |
| Octal | 237 | 212 | 166 | 0 | 15 | 32 | 46 | 35 | 22 | 66 |
| Binary | 10011111 | 10001010 | 1110110 | 0 | 1101 | 11010 | 100110 | 11101 | 10010 | 110110 |
Color Harmonies of #9F8A76
Complementary color
Monochromatic Colors of #9F8A76
Black with #9F8A76
Text Example
Text Example
White with #9F8A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8A76; }
p { color: rgb(159,138,118); }
H1.HeaderClassName
{
color: #9F8A76;
}
.AnyTagClassName
{
color: #9F8A76;
}
</style>
background-color css
<style>
a { background-color: #9F8A76; }
a { background-color: rgb(159,138,118); }
div.DivClassName
{
background-color: #9F8A76;
}
.BgClassName
{
background-color: #9F8A76;
}
</style>
border-color css
<style>
span { border-color: #9F8A76; }
span { border-color: rgb(159,138,118); }
td.TdClassName
{
border-color: #9F8A76;
}
.TagClassName
{
border-color: #9F8A76;
}
</style>