Shades of Almond Frost #9C8275
Tints of Almond Frost #9C8275
RGB
CMYK
RGB Variations
Color information
#9C8275 (or 0x9C8275) is known color: Almond Frost. HEX triplet: 9C, 82 and 75. RGB value is (156,130,117). Sum of RGB (Red+Green+Blue) = 156+130+117=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8275 is #637D8A. Grayscale: #888888. Windows color (decimal): -6520203 or 7701148. OLE color: 7701148.
HSL color Cylindrical-coordinate representation of color #9C8275: hue angle of 20º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C8275 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 117 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.39 |
| HSL | 20º | 0.16% | 0.54% | - |
| HSV(B) | 20º | 0.25% | 0.61% | - |
| XYZ | 24.9 | 24.32 | 20.21 | - |
| YUV | 136.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 117 | 0 | 0.17 | 0.25 | 0.39 | 20 | 0.16 | 0.54 |
| Hex | 9C | 82 | 75 | 0 | 11 | 19 | 27 | 14 | 10 | 36 |
| Octal | 234 | 202 | 165 | 0 | 21 | 31 | 47 | 24 | 20 | 66 |
| Binary | 10011100 | 10000010 | 1110101 | 0 | 10001 | 11001 | 100111 | 10100 | 10000 | 110110 |
Color Harmonies of #9C8275
Complementary color
Monochromatic Colors of #9C8275
Black with #9C8275
Text Example
Text Example
White with #9C8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8275; }
p { color: rgb(156,130,117); }
H1.HeaderClassName
{
color: #9C8275;
}
.AnyTagClassName
{
color: #9C8275;
}
</style>
background-color css
<style>
a { background-color: #9C8275; }
a { background-color: rgb(156,130,117); }
div.DivClassName
{
background-color: #9C8275;
}
.BgClassName
{
background-color: #9C8275;
}
</style>
border-color css
<style>
span { border-color: #9C8275; }
span { border-color: rgb(156,130,117); }
td.TdClassName
{
border-color: #9C8275;
}
.TagClassName
{
border-color: #9C8275;
}
</style>