Shades of Almond Frost #9F8270
Tints of Almond Frost #9F8270
RGB
CMYK
RGB Variations
Color information
#9F8270 (or 0x9F8270) is known color: Almond Frost. HEX triplet: 9F, 82 and 70. RGB value is (159,130,112). Sum of RGB (Red+Green+Blue) = 159+130+112=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8270 is #607D8F. Grayscale: #888888. Windows color (decimal): -6323600 or 7373471. OLE color: 7373471.
HSL color Cylindrical-coordinate representation of color #9F8270: hue angle of 22.98º 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 #9F8270 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 112 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.38 |
| HSL | 22.98º | 0.2% | 0.53% | - |
| HSV(B) | 22.98º | 0.3% | 0.62% | - |
| XYZ | 25.21 | 24.51 | 18.73 | - |
| YUV | 136.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 112 | 0 | 0.18 | 0.30 | 0.38 | 22.98 | 0.2 | 0.53 |
| Hex | 9F | 82 | 70 | 0 | 12 | 1E | 26 | 17 | 14 | 35 |
| Octal | 237 | 202 | 160 | 0 | 22 | 36 | 46 | 27 | 24 | 65 |
| Binary | 10011111 | 10000010 | 1110000 | 0 | 10010 | 11110 | 100110 | 10111 | 10100 | 110101 |
Color Harmonies of #9F8270
Complementary color
Monochromatic Colors of #9F8270
Black with #9F8270
Text Example
Text Example
White with #9F8270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8270; }
p { color: rgb(159,130,112); }
H1.HeaderClassName
{
color: #9F8270;
}
.AnyTagClassName
{
color: #9F8270;
}
</style>
background-color css
<style>
a { background-color: #9F8270; }
a { background-color: rgb(159,130,112); }
div.DivClassName
{
background-color: #9F8270;
}
.BgClassName
{
background-color: #9F8270;
}
</style>
border-color css
<style>
span { border-color: #9F8270; }
span { border-color: rgb(159,130,112); }
td.TdClassName
{
border-color: #9F8270;
}
.TagClassName
{
border-color: #9F8270;
}
</style>