Shades of Almond Frost #9C8672
Tints of Almond Frost #9C8672
RGB
CMYK
RGB Variations
Color information
#9C8672 (or 0x9C8672) is known color: Almond Frost. HEX triplet: 9C, 86 and 72. RGB value is (156,134,114). Sum of RGB (Red+Green+Blue) = 156+134+114=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8672 is #63798D. Grayscale: #8A8A8A. Windows color (decimal): -6519182 or 7505564. OLE color: 7505564.
HSL color Cylindrical-coordinate representation of color #9C8672: hue angle of 28.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C8672 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 114 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.39 |
| HSL | 28.57º | 0.18% | 0.53% | - |
| HSV(B) | 28.57º | 0.27% | 0.61% | - |
| XYZ | 25.27 | 25.33 | 19.48 | - |
| YUV | 138.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 114 | 0 | 0.14 | 0.27 | 0.39 | 28.57 | 0.18 | 0.53 |
| Hex | 9C | 86 | 72 | 0 | E | 1B | 27 | 1D | 12 | 35 |
| Octal | 234 | 206 | 162 | 0 | 16 | 33 | 47 | 35 | 22 | 65 |
| Binary | 10011100 | 10000110 | 1110010 | 0 | 1110 | 11011 | 100111 | 11101 | 10010 | 110101 |
Color Harmonies of #9C8672
Complementary color
Monochromatic Colors of #9C8672
Black with #9C8672
Text Example
Text Example
White with #9C8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8672; }
p { color: rgb(156,134,114); }
H1.HeaderClassName
{
color: #9C8672;
}
.AnyTagClassName
{
color: #9C8672;
}
</style>
background-color css
<style>
a { background-color: #9C8672; }
a { background-color: rgb(156,134,114); }
div.DivClassName
{
background-color: #9C8672;
}
.BgClassName
{
background-color: #9C8672;
}
</style>
border-color css
<style>
span { border-color: #9C8672; }
span { border-color: rgb(156,134,114); }
td.TdClassName
{
border-color: #9C8672;
}
.TagClassName
{
border-color: #9C8672;
}
</style>