Shades of Almond Frost #9D8B82
Tints of Almond Frost #9D8B82
RGB
CMYK
RGB Variations
Color information
#9D8B82 (or 0x9D8B82) is known color: Almond Frost. HEX triplet: 9D, 8B and 82. RGB value is (157,139,130). Sum of RGB (Red+Green+Blue) = 157+139+130=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8B82 is #62747D. Grayscale: #8F8F8F. Windows color (decimal): -6452350 or 8555421. OLE color: 8555421.
HSL color Cylindrical-coordinate representation of color #9D8B82: hue angle of 20º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8B82 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 139 | 130 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.38 |
| HSL | 20º | 0.12% | 0.56% | - |
| HSV(B) | 20º | 0.17% | 0.62% | - |
| XYZ | 27.17 | 27.25 | 24.95 | - |
| YUV | 143.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 130 | 0 | 0.11 | 0.17 | 0.38 | 20 | 0.12 | 0.56 |
| Hex | 9D | 8B | 82 | 0 | B | 11 | 26 | 14 | C | 38 |
| Octal | 235 | 213 | 202 | 0 | 13 | 21 | 46 | 24 | 14 | 70 |
| Binary | 10011101 | 10001011 | 10000010 | 0 | 1011 | 10001 | 100110 | 10100 | 1100 | 111000 |
Color Harmonies of #9D8B82
Complementary color
Monochromatic Colors of #9D8B82
Black with #9D8B82
Text Example
Text Example
White with #9D8B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8B82; }
p { color: rgb(157,139,130); }
H1.HeaderClassName
{
color: #9D8B82;
}
.AnyTagClassName
{
color: #9D8B82;
}
</style>
background-color css
<style>
a { background-color: #9D8B82; }
a { background-color: rgb(157,139,130); }
div.DivClassName
{
background-color: #9D8B82;
}
.BgClassName
{
background-color: #9D8B82;
}
</style>
border-color css
<style>
span { border-color: #9D8B82; }
span { border-color: rgb(157,139,130); }
td.TdClassName
{
border-color: #9D8B82;
}
.TagClassName
{
border-color: #9D8B82;
}
</style>