Shades of Almond Frost #9B8779
Tints of Almond Frost #9B8779
RGB
CMYK
RGB Variations
Color information
#9B8779 (or 0x9B8779) is known color: Almond Frost. HEX triplet: 9B, 87 and 79. RGB value is (155,135,121). Sum of RGB (Red+Green+Blue) = 155+135+121=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8779 is #647886. Grayscale: #8B8B8B. Windows color (decimal): -6584455 or 7964571. OLE color: 7964571.
HSL color Cylindrical-coordinate representation of color #9B8779: hue angle of 24.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B8779 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 121 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.39 |
| HSL | 24.71º | 0.15% | 0.54% | - |
| HSV(B) | 24.71º | 0.22% | 0.61% | - |
| XYZ | 25.63 | 25.68 | 21.69 | - |
| YUV | 139.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 121 | 0 | 0.13 | 0.22 | 0.39 | 24.71 | 0.15 | 0.54 |
| Hex | 9B | 87 | 79 | 0 | D | 16 | 27 | 19 | F | 36 |
| Octal | 233 | 207 | 171 | 0 | 15 | 26 | 47 | 31 | 17 | 66 |
| Binary | 10011011 | 10000111 | 1111001 | 0 | 1101 | 10110 | 100111 | 11001 | 1111 | 110110 |
Color Harmonies of #9B8779
Complementary color
Monochromatic Colors of #9B8779
Black with #9B8779
Text Example
Text Example
White with #9B8779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8779; }
p { color: rgb(155,135,121); }
H1.HeaderClassName
{
color: #9B8779;
}
.AnyTagClassName
{
color: #9B8779;
}
</style>
background-color css
<style>
a { background-color: #9B8779; }
a { background-color: rgb(155,135,121); }
div.DivClassName
{
background-color: #9B8779;
}
.BgClassName
{
background-color: #9B8779;
}
</style>
border-color css
<style>
span { border-color: #9B8779; }
span { border-color: rgb(155,135,121); }
td.TdClassName
{
border-color: #9B8779;
}
.TagClassName
{
border-color: #9B8779;
}
</style>