Shades of Almond Frost #9D826F
Tints of Almond Frost #9D826F
RGB
CMYK
RGB Variations
Color information
#9D826F (or 0x9D826F) is known color: Almond Frost. HEX triplet: 9D, 82 and 6F. RGB value is (157,130,111). Sum of RGB (Red+Green+Blue) = 157+130+111=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D826F is #627D90. Grayscale: #888888. Windows color (decimal): -6454673 or 7307933. OLE color: 7307933.
HSL color Cylindrical-coordinate representation of color #9D826F: hue angle of 24.78º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D826F is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 111 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.38 |
| HSL | 24.78º | 0.19% | 0.53% | - |
| HSV(B) | 24.78º | 0.29% | 0.62% | - |
| XYZ | 24.76 | 24.28 | 18.42 | - |
| YUV | 135.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 111 | 0 | 0.17 | 0.29 | 0.38 | 24.78 | 0.19 | 0.53 |
| Hex | 9D | 82 | 6F | 0 | 11 | 1D | 26 | 19 | 13 | 35 |
| Octal | 235 | 202 | 157 | 0 | 21 | 35 | 46 | 31 | 23 | 65 |
| Binary | 10011101 | 10000010 | 1101111 | 0 | 10001 | 11101 | 100110 | 11001 | 10011 | 110101 |
Color Harmonies of #9D826F
Complementary color
Monochromatic Colors of #9D826F
Black with #9D826F
Text Example
Text Example
White with #9D826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D826F; }
p { color: rgb(157,130,111); }
H1.HeaderClassName
{
color: #9D826F;
}
.AnyTagClassName
{
color: #9D826F;
}
</style>
background-color css
<style>
a { background-color: #9D826F; }
a { background-color: rgb(157,130,111); }
div.DivClassName
{
background-color: #9D826F;
}
.BgClassName
{
background-color: #9D826F;
}
</style>
border-color css
<style>
span { border-color: #9D826F; }
span { border-color: rgb(157,130,111); }
td.TdClassName
{
border-color: #9D826F;
}
.TagClassName
{
border-color: #9D826F;
}
</style>