Shades of Almond Frost #9D8B78
Tints of Almond Frost #9D8B78
RGB
CMYK
RGB Variations
Color information
#9D8B78 (or 0x9D8B78) is known color: Almond Frost. HEX triplet: 9D, 8B and 78. RGB value is (157,139,120). Sum of RGB (Red+Green+Blue) = 157+139+120=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8B78 is #627487. Grayscale: #8E8E8E. Windows color (decimal): -6452360 or 7900061. OLE color: 7900061.
HSL color Cylindrical-coordinate representation of color #9D8B78: hue angle of 30.81º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D8B78 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 139 | 120 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.38 |
| HSL | 30.81º | 0.16% | 0.54% | - |
| HSV(B) | 30.81º | 0.24% | 0.62% | - |
| XYZ | 26.53 | 26.99 | 21.58 | - |
| YUV | 142.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 120 | 0 | 0.11 | 0.24 | 0.38 | 30.81 | 0.16 | 0.54 |
| Hex | 9D | 8B | 78 | 0 | B | 18 | 26 | 1F | 10 | 36 |
| Octal | 235 | 213 | 170 | 0 | 13 | 30 | 46 | 37 | 20 | 66 |
| Binary | 10011101 | 10001011 | 1111000 | 0 | 1011 | 11000 | 100110 | 11111 | 10000 | 110110 |
Color Harmonies of #9D8B78
Complementary color
Monochromatic Colors of #9D8B78
Black with #9D8B78
Text Example
Text Example
White with #9D8B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8B78; }
p { color: rgb(157,139,120); }
H1.HeaderClassName
{
color: #9D8B78;
}
.AnyTagClassName
{
color: #9D8B78;
}
</style>
background-color css
<style>
a { background-color: #9D8B78; }
a { background-color: rgb(157,139,120); }
div.DivClassName
{
background-color: #9D8B78;
}
.BgClassName
{
background-color: #9D8B78;
}
</style>
border-color css
<style>
span { border-color: #9D8B78; }
span { border-color: rgb(157,139,120); }
td.TdClassName
{
border-color: #9D8B78;
}
.TagClassName
{
border-color: #9D8B78;
}
</style>