Shades of Almond Frost #9E8673
Tints of Almond Frost #9E8673
RGB
CMYK
RGB Variations
Color information
#9E8673 (or 0x9E8673) is known color: Almond Frost. HEX triplet: 9E, 86 and 73. RGB value is (158,134,115). Sum of RGB (Red+Green+Blue) = 158+134+115=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8673 is #61798C. Grayscale: #8B8B8B. Windows color (decimal): -6388109 or 7571102. OLE color: 7571102.
HSL color Cylindrical-coordinate representation of color #9E8673: hue angle of 26.51º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E8673 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 115 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.38 |
| HSL | 26.51º | 0.18% | 0.54% | - |
| HSV(B) | 26.51º | 0.27% | 0.62% | - |
| XYZ | 25.72 | 25.56 | 19.8 | - |
| YUV | 139.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 115 | 0 | 0.15 | 0.27 | 0.38 | 26.51 | 0.18 | 0.54 |
| Hex | 9E | 86 | 73 | 0 | F | 1B | 26 | 1B | 12 | 36 |
| Octal | 236 | 206 | 163 | 0 | 17 | 33 | 46 | 33 | 22 | 66 |
| Binary | 10011110 | 10000110 | 1110011 | 0 | 1111 | 11011 | 100110 | 11011 | 10010 | 110110 |
Color Harmonies of #9E8673
Complementary color
Monochromatic Colors of #9E8673
Black with #9E8673
Text Example
Text Example
White with #9E8673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8673; }
p { color: rgb(158,134,115); }
H1.HeaderClassName
{
color: #9E8673;
}
.AnyTagClassName
{
color: #9E8673;
}
</style>
background-color css
<style>
a { background-color: #9E8673; }
a { background-color: rgb(158,134,115); }
div.DivClassName
{
background-color: #9E8673;
}
.BgClassName
{
background-color: #9E8673;
}
</style>
border-color css
<style>
span { border-color: #9E8673; }
span { border-color: rgb(158,134,115); }
td.TdClassName
{
border-color: #9E8673;
}
.TagClassName
{
border-color: #9E8673;
}
</style>