Shades of Almond Frost #9B897E
Tints of Almond Frost #9B897E
RGB
CMYK
RGB Variations
Color information
#9B897E (or 0x9B897E) is known color: Almond Frost. HEX triplet: 9B, 89 and 7E. RGB value is (155,137,126). Sum of RGB (Red+Green+Blue) = 155+137+126=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B897E is #647681. Grayscale: #8D8D8D. Windows color (decimal): -6583938 or 8292763. OLE color: 8292763.
HSL color Cylindrical-coordinate representation of color #9B897E: hue angle of 22.76º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B897E is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 126 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.39 |
| HSL | 22.76º | 0.13% | 0.55% | - |
| HSV(B) | 22.76º | 0.19% | 0.61% | - |
| XYZ | 26.23 | 26.37 | 23.45 | - |
| YUV | 141.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 126 | 0 | 0.12 | 0.19 | 0.39 | 22.76 | 0.13 | 0.55 |
| Hex | 9B | 89 | 7E | 0 | C | 13 | 27 | 17 | D | 37 |
| Octal | 233 | 211 | 176 | 0 | 14 | 23 | 47 | 27 | 15 | 67 |
| Binary | 10011011 | 10001001 | 1111110 | 0 | 1100 | 10011 | 100111 | 10111 | 1101 | 110111 |
Color Harmonies of #9B897E
Complementary color
Monochromatic Colors of #9B897E
Black with #9B897E
Text Example
Text Example
White with #9B897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B897E; }
p { color: rgb(155,137,126); }
H1.HeaderClassName
{
color: #9B897E;
}
.AnyTagClassName
{
color: #9B897E;
}
</style>
background-color css
<style>
a { background-color: #9B897E; }
a { background-color: rgb(155,137,126); }
div.DivClassName
{
background-color: #9B897E;
}
.BgClassName
{
background-color: #9B897E;
}
</style>
border-color css
<style>
span { border-color: #9B897E; }
span { border-color: rgb(155,137,126); }
td.TdClassName
{
border-color: #9B897E;
}
.TagClassName
{
border-color: #9B897E;
}
</style>