Shades of Almond Frost #9D8375
Tints of Almond Frost #9D8375
RGB
CMYK
RGB Variations
Color information
#9D8375 (or 0x9D8375) is known color: Almond Frost. HEX triplet: 9D, 83 and 75. RGB value is (157,131,117). Sum of RGB (Red+Green+Blue) = 157+131+117=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8375 is #627C8A. Grayscale: #898989. Windows color (decimal): -6454411 or 7701405. OLE color: 7701405.
HSL color Cylindrical-coordinate representation of color #9D8375: hue angle of 21º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D8375 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 131 | 117 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.38 |
| HSL | 21º | 0.17% | 0.54% | - |
| HSV(B) | 21º | 0.25% | 0.62% | - |
| XYZ | 25.23 | 24.69 | 20.26 | - |
| YUV | 137.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 117 | 0 | 0.17 | 0.25 | 0.38 | 21 | 0.17 | 0.54 |
| Hex | 9D | 83 | 75 | 0 | 11 | 19 | 26 | 15 | 11 | 36 |
| Octal | 235 | 203 | 165 | 0 | 21 | 31 | 46 | 25 | 21 | 66 |
| Binary | 10011101 | 10000011 | 1110101 | 0 | 10001 | 11001 | 100110 | 10101 | 10001 | 110110 |
Color Harmonies of #9D8375
Complementary color
Monochromatic Colors of #9D8375
Black with #9D8375
Text Example
Text Example
White with #9D8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8375; }
p { color: rgb(157,131,117); }
H1.HeaderClassName
{
color: #9D8375;
}
.AnyTagClassName
{
color: #9D8375;
}
</style>
background-color css
<style>
a { background-color: #9D8375; }
a { background-color: rgb(157,131,117); }
div.DivClassName
{
background-color: #9D8375;
}
.BgClassName
{
background-color: #9D8375;
}
</style>
border-color css
<style>
span { border-color: #9D8375; }
span { border-color: rgb(157,131,117); }
td.TdClassName
{
border-color: #9D8375;
}
.TagClassName
{
border-color: #9D8375;
}
</style>