Shades of Almond Frost #9C857B
Tints of Almond Frost #9C857B
RGB
CMYK
RGB Variations
Color information
#9C857B (or 0x9C857B) is known color: Almond Frost. HEX triplet: 9C, 85 and 7B. RGB value is (156,133,123). Sum of RGB (Red+Green+Blue) = 156+133+123=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C857B is #637A84. Grayscale: #8A8A8A. Windows color (decimal): -6519429 or 8095132. OLE color: 8095132.
HSL color Cylindrical-coordinate representation of color #9C857B: hue angle of 18.18º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C857B is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 133 | 123 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.39 |
| HSL | 18.18º | 0.14% | 0.55% | - |
| HSV(B) | 18.18º | 0.21% | 0.61% | - |
| XYZ | 25.67 | 25.27 | 22.26 | - |
| YUV | 138.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 133 | 123 | 0 | 0.15 | 0.21 | 0.39 | 18.18 | 0.14 | 0.55 |
| Hex | 9C | 85 | 7B | 0 | F | 15 | 27 | 12 | E | 37 |
| Octal | 234 | 205 | 173 | 0 | 17 | 25 | 47 | 22 | 16 | 67 |
| Binary | 10011100 | 10000101 | 1111011 | 0 | 1111 | 10101 | 100111 | 10010 | 1110 | 110111 |
Color Harmonies of #9C857B
Complementary color
Monochromatic Colors of #9C857B
Black with #9C857B
Text Example
Text Example
White with #9C857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C857B; }
p { color: rgb(156,133,123); }
H1.HeaderClassName
{
color: #9C857B;
}
.AnyTagClassName
{
color: #9C857B;
}
</style>
background-color css
<style>
a { background-color: #9C857B; }
a { background-color: rgb(156,133,123); }
div.DivClassName
{
background-color: #9C857B;
}
.BgClassName
{
background-color: #9C857B;
}
</style>
border-color css
<style>
span { border-color: #9C857B; }
span { border-color: rgb(156,133,123); }
td.TdClassName
{
border-color: #9C857B;
}
.TagClassName
{
border-color: #9C857B;
}
</style>