Shades of Almond Frost #9C8478
Tints of Almond Frost #9C8478
RGB
CMYK
RGB Variations
Color information
#9C8478 (or 0x9C8478) is known color: Almond Frost. HEX triplet: 9C, 84 and 78. RGB value is (156,132,120). Sum of RGB (Red+Green+Blue) = 156+132+120=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8478 is #637B87. Grayscale: #898989. Windows color (decimal): -6519688 or 7898268. OLE color: 7898268.
HSL color Cylindrical-coordinate representation of color #9C8478: hue angle of 20º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C8478 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 120 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.39 |
| HSL | 20º | 0.15% | 0.54% | - |
| HSV(B) | 20º | 0.23% | 0.61% | - |
| XYZ | 25.35 | 24.93 | 21.24 | - |
| YUV | 137.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 120 | 0 | 0.15 | 0.23 | 0.39 | 20 | 0.15 | 0.54 |
| Hex | 9C | 84 | 78 | 0 | F | 17 | 27 | 14 | F | 36 |
| Octal | 234 | 204 | 170 | 0 | 17 | 27 | 47 | 24 | 17 | 66 |
| Binary | 10011100 | 10000100 | 1111000 | 0 | 1111 | 10111 | 100111 | 10100 | 1111 | 110110 |
Color Harmonies of #9C8478
Complementary color
Monochromatic Colors of #9C8478
Black with #9C8478
Text Example
Text Example
White with #9C8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8478; }
p { color: rgb(156,132,120); }
H1.HeaderClassName
{
color: #9C8478;
}
.AnyTagClassName
{
color: #9C8478;
}
</style>
background-color css
<style>
a { background-color: #9C8478; }
a { background-color: rgb(156,132,120); }
div.DivClassName
{
background-color: #9C8478;
}
.BgClassName
{
background-color: #9C8478;
}
</style>
border-color css
<style>
span { border-color: #9C8478; }
span { border-color: rgb(156,132,120); }
td.TdClassName
{
border-color: #9C8478;
}
.TagClassName
{
border-color: #9C8478;
}
</style>