Shades of Almond Frost #9B8A77
Tints of Almond Frost #9B8A77
RGB
CMYK
RGB Variations
Color information
#9B8A77 (or 0x9B8A77) is known color: Almond Frost. HEX triplet: 9B, 8A and 77. RGB value is (155,138,119). Sum of RGB (Red+Green+Blue) = 155+138+119=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A77 is #647588. Grayscale: #8D8D8D. Windows color (decimal): -6583689 or 7834267. OLE color: 7834267.
HSL color Cylindrical-coordinate representation of color #9B8A77: hue angle of 31.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B8A77 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 119 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.39 |
| HSL | 31.67º | 0.15% | 0.54% | - |
| HSV(B) | 31.67º | 0.23% | 0.61% | - |
| XYZ | 25.94 | 26.48 | 21.2 | - |
| YUV | 140.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 119 | 0 | 0.11 | 0.23 | 0.39 | 31.67 | 0.15 | 0.54 |
| Hex | 9B | 8A | 77 | 0 | B | 17 | 27 | 20 | F | 36 |
| Octal | 233 | 212 | 167 | 0 | 13 | 27 | 47 | 40 | 17 | 66 |
| Binary | 10011011 | 10001010 | 1110111 | 0 | 1011 | 10111 | 100111 | 100000 | 1111 | 110110 |
Color Harmonies of #9B8A77
Complementary color
Monochromatic Colors of #9B8A77
Black with #9B8A77
Text Example
Text Example
White with #9B8A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A77; }
p { color: rgb(155,138,119); }
H1.HeaderClassName
{
color: #9B8A77;
}
.AnyTagClassName
{
color: #9B8A77;
}
</style>
background-color css
<style>
a { background-color: #9B8A77; }
a { background-color: rgb(155,138,119); }
div.DivClassName
{
background-color: #9B8A77;
}
.BgClassName
{
background-color: #9B8A77;
}
</style>
border-color css
<style>
span { border-color: #9B8A77; }
span { border-color: rgb(155,138,119); }
td.TdClassName
{
border-color: #9B8A77;
}
.TagClassName
{
border-color: #9B8A77;
}
</style>