Shades of Almond Frost #9C8576
Tints of Almond Frost #9C8576
RGB
CMYK
RGB Variations
Color information
#9C8576 (or 0x9C8576) is known color: Almond Frost. HEX triplet: 9C, 85 and 76. RGB value is (156,133,118). Sum of RGB (Red+Green+Blue) = 156+133+118=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8576 is #637A89. Grayscale: #8A8A8A. Windows color (decimal): -6519434 or 7767452. OLE color: 7767452.
HSL color Cylindrical-coordinate representation of color #9C8576: hue angle of 23.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C8576 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 133 | 118 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.39 |
| HSL | 23.68º | 0.16% | 0.54% | - |
| HSV(B) | 23.68º | 0.24% | 0.61% | - |
| XYZ | 25.37 | 25.15 | 20.66 | - |
| YUV | 138.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 133 | 118 | 0 | 0.15 | 0.24 | 0.39 | 23.68 | 0.16 | 0.54 |
| Hex | 9C | 85 | 76 | 0 | F | 18 | 27 | 18 | 10 | 36 |
| Octal | 234 | 205 | 166 | 0 | 17 | 30 | 47 | 30 | 20 | 66 |
| Binary | 10011100 | 10000101 | 1110110 | 0 | 1111 | 11000 | 100111 | 11000 | 10000 | 110110 |
Color Harmonies of #9C8576
Complementary color
Monochromatic Colors of #9C8576
Black with #9C8576
Text Example
Text Example
White with #9C8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8576; }
p { color: rgb(156,133,118); }
H1.HeaderClassName
{
color: #9C8576;
}
.AnyTagClassName
{
color: #9C8576;
}
</style>
background-color css
<style>
a { background-color: #9C8576; }
a { background-color: rgb(156,133,118); }
div.DivClassName
{
background-color: #9C8576;
}
.BgClassName
{
background-color: #9C8576;
}
</style>
border-color css
<style>
span { border-color: #9C8576; }
span { border-color: rgb(156,133,118); }
td.TdClassName
{
border-color: #9C8576;
}
.TagClassName
{
border-color: #9C8576;
}
</style>