Shades of Almond Frost #9F8B82
Tints of Almond Frost #9F8B82
RGB
CMYK
RGB Variations
Color information
#9F8B82 (or 0x9F8B82) is known color: Almond Frost. HEX triplet: 9F, 8B and 82. RGB value is (159,139,130). Sum of RGB (Red+Green+Blue) = 159+139+130=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8B82 is #60747D. Grayscale: #909090. Windows color (decimal): -6321278 or 8555423. OLE color: 8555423.
HSL color Cylindrical-coordinate representation of color #9F8B82: hue angle of 18.62º 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 #9F8B82 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 139 | 130 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.38 |
| HSL | 18.62º | 0.13% | 0.57% | - |
| HSV(B) | 18.62º | 0.18% | 0.62% | - |
| XYZ | 27.56 | 27.45 | 24.96 | - |
| YUV | 143.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 130 | 0 | 0.13 | 0.18 | 0.38 | 18.62 | 0.13 | 0.57 |
| Hex | 9F | 8B | 82 | 0 | D | 12 | 26 | 13 | D | 39 |
| Octal | 237 | 213 | 202 | 0 | 15 | 22 | 46 | 23 | 15 | 71 |
| Binary | 10011111 | 10001011 | 10000010 | 0 | 1101 | 10010 | 100110 | 10011 | 1101 | 111001 |
Color Harmonies of #9F8B82
Complementary color
Monochromatic Colors of #9F8B82
Black with #9F8B82
Text Example
Text Example
White with #9F8B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8B82; }
p { color: rgb(159,139,130); }
H1.HeaderClassName
{
color: #9F8B82;
}
.AnyTagClassName
{
color: #9F8B82;
}
</style>
background-color css
<style>
a { background-color: #9F8B82; }
a { background-color: rgb(159,139,130); }
div.DivClassName
{
background-color: #9F8B82;
}
.BgClassName
{
background-color: #9F8B82;
}
</style>
border-color css
<style>
span { border-color: #9F8B82; }
span { border-color: rgb(159,139,130); }
td.TdClassName
{
border-color: #9F8B82;
}
.TagClassName
{
border-color: #9F8B82;
}
</style>