Shades of Almond Frost #9F877F
Tints of Almond Frost #9F877F
RGB
CMYK
RGB Variations
Color information
#9F877F (or 0x9F877F) is known color: Almond Frost. HEX triplet: 9F, 87 and 7F. RGB value is (159,135,127). Sum of RGB (Red+Green+Blue) = 159+135+127=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F877F is #607880. Grayscale: #8D8D8D. Windows color (decimal): -6322305 or 8357791. OLE color: 8357791.
HSL color Cylindrical-coordinate representation of color #9F877F: hue angle of 15º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F877F is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 127 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.38 |
| HSL | 15º | 0.14% | 0.56% | - |
| HSV(B) | 15º | 0.2% | 0.62% | - |
| XYZ | 26.79 | 26.23 | 23.73 | - |
| YUV | 141.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 127 | 0 | 0.15 | 0.20 | 0.38 | 15 | 0.14 | 0.56 |
| Hex | 9F | 87 | 7F | 0 | F | 14 | 26 | F | E | 38 |
| Octal | 237 | 207 | 177 | 0 | 17 | 24 | 46 | 17 | 16 | 70 |
| Binary | 10011111 | 10000111 | 1111111 | 0 | 1111 | 10100 | 100110 | 1111 | 1110 | 111000 |
Color Harmonies of #9F877F
Complementary color
Monochromatic Colors of #9F877F
Black with #9F877F
Text Example
Text Example
White with #9F877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F877F; }
p { color: rgb(159,135,127); }
H1.HeaderClassName
{
color: #9F877F;
}
.AnyTagClassName
{
color: #9F877F;
}
</style>
background-color css
<style>
a { background-color: #9F877F; }
a { background-color: rgb(159,135,127); }
div.DivClassName
{
background-color: #9F877F;
}
.BgClassName
{
background-color: #9F877F;
}
</style>
border-color css
<style>
span { border-color: #9F877F; }
span { border-color: rgb(159,135,127); }
td.TdClassName
{
border-color: #9F877F;
}
.TagClassName
{
border-color: #9F877F;
}
</style>