Shades of Almond Frost #9E8270
Tints of Almond Frost #9E8270
RGB
CMYK
RGB Variations
Color information
#9E8270 (or 0x9E8270) is known color: Almond Frost. HEX triplet: 9E, 82 and 70. RGB value is (158,130,112). Sum of RGB (Red+Green+Blue) = 158+130+112=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8270 is #617D8F. Grayscale: #888888. Windows color (decimal): -6389136 or 7373470. OLE color: 7373470.
HSL color Cylindrical-coordinate representation of color #9E8270: hue angle of 23.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E8270 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 112 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.38 |
| HSL | 23.48º | 0.19% | 0.53% | - |
| HSV(B) | 23.48º | 0.29% | 0.62% | - |
| XYZ | 25.01 | 24.4 | 18.72 | - |
| YUV | 136.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 112 | 0 | 0.18 | 0.29 | 0.38 | 23.48 | 0.19 | 0.53 |
| Hex | 9E | 82 | 70 | 0 | 12 | 1D | 26 | 17 | 13 | 35 |
| Octal | 236 | 202 | 160 | 0 | 22 | 35 | 46 | 27 | 23 | 65 |
| Binary | 10011110 | 10000010 | 1110000 | 0 | 10010 | 11101 | 100110 | 10111 | 10011 | 110101 |
Color Harmonies of #9E8270
Complementary color
Monochromatic Colors of #9E8270
Black with #9E8270
Text Example
Text Example
White with #9E8270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8270; }
p { color: rgb(158,130,112); }
H1.HeaderClassName
{
color: #9E8270;
}
.AnyTagClassName
{
color: #9E8270;
}
</style>
background-color css
<style>
a { background-color: #9E8270; }
a { background-color: rgb(158,130,112); }
div.DivClassName
{
background-color: #9E8270;
}
.BgClassName
{
background-color: #9E8270;
}
</style>
border-color css
<style>
span { border-color: #9E8270; }
span { border-color: rgb(158,130,112); }
td.TdClassName
{
border-color: #9E8270;
}
.TagClassName
{
border-color: #9E8270;
}
</style>