Shades of Almond Frost #9F8C83
Tints of Almond Frost #9F8C83
RGB
CMYK
RGB Variations
Color information
#9F8C83 (or 0x9F8C83) is known color: Almond Frost. HEX triplet: 9F, 8C and 83. RGB value is (159,140,131). Sum of RGB (Red+Green+Blue) = 159+140+131=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8C83 is #60737C. Grayscale: #909090. Windows color (decimal): -6321021 or 8621215. OLE color: 8621215.
HSL color Cylindrical-coordinate representation of color #9F8C83: hue angle of 19.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F8C83 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 140 | 131 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.38 |
| HSL | 19.29º | 0.13% | 0.57% | - |
| HSV(B) | 19.29º | 0.18% | 0.62% | - |
| XYZ | 27.77 | 27.77 | 25.37 | - |
| YUV | 144.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 131 | 0 | 0.12 | 0.18 | 0.38 | 19.29 | 0.13 | 0.57 |
| Hex | 9F | 8C | 83 | 0 | C | 12 | 26 | 13 | D | 39 |
| Octal | 237 | 214 | 203 | 0 | 14 | 22 | 46 | 23 | 15 | 71 |
| Binary | 10011111 | 10001100 | 10000011 | 0 | 1100 | 10010 | 100110 | 10011 | 1101 | 111001 |
Color Harmonies of #9F8C83
Complementary color
Monochromatic Colors of #9F8C83
Black with #9F8C83
Text Example
Text Example
White with #9F8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C83; }
p { color: rgb(159,140,131); }
H1.HeaderClassName
{
color: #9F8C83;
}
.AnyTagClassName
{
color: #9F8C83;
}
</style>
background-color css
<style>
a { background-color: #9F8C83; }
a { background-color: rgb(159,140,131); }
div.DivClassName
{
background-color: #9F8C83;
}
.BgClassName
{
background-color: #9F8C83;
}
</style>
border-color css
<style>
span { border-color: #9F8C83; }
span { border-color: rgb(159,140,131); }
td.TdClassName
{
border-color: #9F8C83;
}
.TagClassName
{
border-color: #9F8C83;
}
</style>