Shades of Almond Frost #9D857B
Tints of Almond Frost #9D857B
RGB
CMYK
RGB Variations
Color information
#9D857B (or 0x9D857B) is known color: Almond Frost. HEX triplet: 9D, 85 and 7B. RGB value is (157,133,123). Sum of RGB (Red+Green+Blue) = 157+133+123=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D857B is #627A84. Grayscale: #8B8B8B. Windows color (decimal): -6453893 or 8095133. OLE color: 8095133.
HSL color Cylindrical-coordinate representation of color #9D857B: hue angle of 17.65º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D857B is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 123 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.38 |
| HSL | 17.65º | 0.15% | 0.55% | - |
| HSV(B) | 17.65º | 0.22% | 0.62% | - |
| XYZ | 25.87 | 25.37 | 22.27 | - |
| YUV | 139.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 123 | 0 | 0.15 | 0.22 | 0.38 | 17.65 | 0.15 | 0.55 |
| Hex | 9D | 85 | 7B | 0 | F | 16 | 26 | 12 | F | 37 |
| Octal | 235 | 205 | 173 | 0 | 17 | 26 | 46 | 22 | 17 | 67 |
| Binary | 10011101 | 10000101 | 1111011 | 0 | 1111 | 10110 | 100110 | 10010 | 1111 | 110111 |
Color Harmonies of #9D857B
Complementary color
Monochromatic Colors of #9D857B
Black with #9D857B
Text Example
Text Example
White with #9D857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D857B; }
p { color: rgb(157,133,123); }
H1.HeaderClassName
{
color: #9D857B;
}
.AnyTagClassName
{
color: #9D857B;
}
</style>
background-color css
<style>
a { background-color: #9D857B; }
a { background-color: rgb(157,133,123); }
div.DivClassName
{
background-color: #9D857B;
}
.BgClassName
{
background-color: #9D857B;
}
</style>
border-color css
<style>
span { border-color: #9D857B; }
span { border-color: rgb(157,133,123); }
td.TdClassName
{
border-color: #9D857B;
}
.TagClassName
{
border-color: #9D857B;
}
</style>