Shades of Almond Frost #9C847A
Tints of Almond Frost #9C847A
RGB
CMYK
RGB Variations
Color information
#9C847A (or 0x9C847A) is known color: Almond Frost. HEX triplet: 9C, 84 and 7A. RGB value is (156,132,122). Sum of RGB (Red+Green+Blue) = 156+132+122=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 156 - color contains mainly: red. Hex color #9C847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C847A is #637B85. Grayscale: #8A8A8A. Windows color (decimal): -6519686 or 8029340. OLE color: 8029340.
HSL color Cylindrical-coordinate representation of color #9C847A: hue angle of 17.65º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C847A is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 122 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.39 |
| HSL | 17.65º | 0.15% | 0.55% | - |
| HSV(B) | 17.65º | 0.22% | 0.61% | - |
| XYZ | 25.47 | 24.98 | 21.89 | - |
| YUV | 138.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 122 | 0 | 0.15 | 0.22 | 0.39 | 17.65 | 0.15 | 0.55 |
| Hex | 9C | 84 | 7A | 0 | F | 16 | 27 | 12 | F | 37 |
| Octal | 234 | 204 | 172 | 0 | 17 | 26 | 47 | 22 | 17 | 67 |
| Binary | 10011100 | 10000100 | 1111010 | 0 | 1111 | 10110 | 100111 | 10010 | 1111 | 110111 |
Color Harmonies of #9C847A
Complementary color
Monochromatic Colors of #9C847A
Black with #9C847A
Text Example
Text Example
White with #9C847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C847A; }
p { color: rgb(156,132,122); }
H1.HeaderClassName
{
color: #9C847A;
}
.AnyTagClassName
{
color: #9C847A;
}
</style>
background-color css
<style>
a { background-color: #9C847A; }
a { background-color: rgb(156,132,122); }
div.DivClassName
{
background-color: #9C847A;
}
.BgClassName
{
background-color: #9C847A;
}
</style>
border-color css
<style>
span { border-color: #9C847A; }
span { border-color: rgb(156,132,122); }
td.TdClassName
{
border-color: #9C847A;
}
.TagClassName
{
border-color: #9C847A;
}
</style>