Shades of Almond Frost #9C897A
Tints of Almond Frost #9C897A
RGB
CMYK
RGB Variations
Color information
#9C897A (or 0x9C897A) is known color: Almond Frost. HEX triplet: 9C, 89 and 7A. RGB value is (156,137,122). Sum of RGB (Red+Green+Blue) = 156+137+122=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C897A is #637685. Grayscale: #8D8D8D. Windows color (decimal): -6518406 or 8030620. OLE color: 8030620.
HSL color Cylindrical-coordinate representation of color #9C897A: hue angle of 26.47º 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 #9C897A is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 122 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.39 |
| HSL | 26.47º | 0.15% | 0.55% | - |
| HSV(B) | 26.47º | 0.22% | 0.61% | - |
| XYZ | 26.17 | 26.36 | 22.12 | - |
| YUV | 140.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 122 | 0 | 0.12 | 0.22 | 0.39 | 26.47 | 0.15 | 0.55 |
| Hex | 9C | 89 | 7A | 0 | C | 16 | 27 | 1A | F | 37 |
| Octal | 234 | 211 | 172 | 0 | 14 | 26 | 47 | 32 | 17 | 67 |
| Binary | 10011100 | 10001001 | 1111010 | 0 | 1100 | 10110 | 100111 | 11010 | 1111 | 110111 |
Color Harmonies of #9C897A
Complementary color
Monochromatic Colors of #9C897A
Black with #9C897A
Text Example
Text Example
White with #9C897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C897A; }
p { color: rgb(156,137,122); }
H1.HeaderClassName
{
color: #9C897A;
}
.AnyTagClassName
{
color: #9C897A;
}
</style>
background-color css
<style>
a { background-color: #9C897A; }
a { background-color: rgb(156,137,122); }
div.DivClassName
{
background-color: #9C897A;
}
.BgClassName
{
background-color: #9C897A;
}
</style>
border-color css
<style>
span { border-color: #9C897A; }
span { border-color: rgb(156,137,122); }
td.TdClassName
{
border-color: #9C897A;
}
.TagClassName
{
border-color: #9C897A;
}
</style>