Shades of Almond Frost #9B887E
Tints of Almond Frost #9B887E
RGB
CMYK
RGB Variations
Color information
#9B887E (or 0x9B887E) is known color: Almond Frost. HEX triplet: 9B, 88 and 7E. RGB value is (155,136,126). Sum of RGB (Red+Green+Blue) = 155+136+126=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B887E is #647781. Grayscale: #8C8C8C. Windows color (decimal): -6584194 or 8292507. OLE color: 8292507.
HSL color Cylindrical-coordinate representation of color #9B887E: hue angle of 20.69º 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 #9B887E is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 136 | 126 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.39 |
| HSL | 20.69º | 0.13% | 0.55% | - |
| HSV(B) | 20.69º | 0.19% | 0.61% | - |
| XYZ | 26.09 | 26.08 | 23.4 | - |
| YUV | 140.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 126 | 0 | 0.12 | 0.19 | 0.39 | 20.69 | 0.13 | 0.55 |
| Hex | 9B | 88 | 7E | 0 | C | 13 | 27 | 15 | D | 37 |
| Octal | 233 | 210 | 176 | 0 | 14 | 23 | 47 | 25 | 15 | 67 |
| Binary | 10011011 | 10001000 | 1111110 | 0 | 1100 | 10011 | 100111 | 10101 | 1101 | 110111 |
Color Harmonies of #9B887E
Complementary color
Monochromatic Colors of #9B887E
Black with #9B887E
Text Example
Text Example
White with #9B887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B887E; }
p { color: rgb(155,136,126); }
H1.HeaderClassName
{
color: #9B887E;
}
.AnyTagClassName
{
color: #9B887E;
}
</style>
background-color css
<style>
a { background-color: #9B887E; }
a { background-color: rgb(155,136,126); }
div.DivClassName
{
background-color: #9B887E;
}
.BgClassName
{
background-color: #9B887E;
}
</style>
border-color css
<style>
span { border-color: #9B887E; }
span { border-color: rgb(155,136,126); }
td.TdClassName
{
border-color: #9B887E;
}
.TagClassName
{
border-color: #9B887E;
}
</style>