Shades of Almond Frost #9C897D
Tints of Almond Frost #9C897D
RGB
CMYK
RGB Variations
Color information
#9C897D (or 0x9C897D) is known color: Almond Frost. HEX triplet: 9C, 89 and 7D. RGB value is (156,137,125). Sum of RGB (Red+Green+Blue) = 156+137+125=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C897D is #637682. Grayscale: #8D8D8D. Windows color (decimal): -6518403 or 8227228. OLE color: 8227228.
HSL color Cylindrical-coordinate representation of color #9C897D: hue angle of 23.23º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C897D is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 125 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.39 |
| HSL | 23.23º | 0.14% | 0.55% | - |
| HSV(B) | 23.23º | 0.2% | 0.61% | - |
| XYZ | 26.36 | 26.44 | 23.12 | - |
| YUV | 141.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 125 | 0 | 0.12 | 0.20 | 0.39 | 23.23 | 0.14 | 0.55 |
| Hex | 9C | 89 | 7D | 0 | C | 14 | 27 | 17 | E | 37 |
| Octal | 234 | 211 | 175 | 0 | 14 | 24 | 47 | 27 | 16 | 67 |
| Binary | 10011100 | 10001001 | 1111101 | 0 | 1100 | 10100 | 100111 | 10111 | 1110 | 110111 |
Color Harmonies of #9C897D
Complementary color
Monochromatic Colors of #9C897D
Black with #9C897D
Text Example
Text Example
White with #9C897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C897D; }
p { color: rgb(156,137,125); }
H1.HeaderClassName
{
color: #9C897D;
}
.AnyTagClassName
{
color: #9C897D;
}
</style>
background-color css
<style>
a { background-color: #9C897D; }
a { background-color: rgb(156,137,125); }
div.DivClassName
{
background-color: #9C897D;
}
.BgClassName
{
background-color: #9C897D;
}
</style>
border-color css
<style>
span { border-color: #9C897D; }
span { border-color: rgb(156,137,125); }
td.TdClassName
{
border-color: #9C897D;
}
.TagClassName
{
border-color: #9C897D;
}
</style>