Shades of Almond Frost #9B857A
Tints of Almond Frost #9B857A
RGB
CMYK
RGB Variations
Color information
#9B857A (or 0x9B857A) is known color: Almond Frost. HEX triplet: 9B, 85 and 7A. RGB value is (155,133,122). Sum of RGB (Red+Green+Blue) = 155+133+122=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B857A is #647A85. Grayscale: #8A8A8A. Windows color (decimal): -6584966 or 8029595. OLE color: 8029595.
HSL color Cylindrical-coordinate representation of color #9B857A: hue angle of 20º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B857A is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 133 | 122 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.39 |
| HSL | 20º | 0.14% | 0.54% | - |
| HSV(B) | 20º | 0.21% | 0.61% | - |
| XYZ | 25.42 | 25.15 | 21.93 | - |
| YUV | 138.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 122 | 0 | 0.14 | 0.21 | 0.39 | 20 | 0.14 | 0.54 |
| Hex | 9B | 85 | 7A | 0 | E | 15 | 27 | 14 | E | 36 |
| Octal | 233 | 205 | 172 | 0 | 16 | 25 | 47 | 24 | 16 | 66 |
| Binary | 10011011 | 10000101 | 1111010 | 0 | 1110 | 10101 | 100111 | 10100 | 1110 | 110110 |
Color Harmonies of #9B857A
Complementary color
Monochromatic Colors of #9B857A
Black with #9B857A
Text Example
Text Example
White with #9B857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B857A; }
p { color: rgb(155,133,122); }
H1.HeaderClassName
{
color: #9B857A;
}
.AnyTagClassName
{
color: #9B857A;
}
</style>
background-color css
<style>
a { background-color: #9B857A; }
a { background-color: rgb(155,133,122); }
div.DivClassName
{
background-color: #9B857A;
}
.BgClassName
{
background-color: #9B857A;
}
</style>
border-color css
<style>
span { border-color: #9B857A; }
span { border-color: rgb(155,133,122); }
td.TdClassName
{
border-color: #9B857A;
}
.TagClassName
{
border-color: #9B857A;
}
</style>