Shades of Almond Frost #9D8A82
Tints of Almond Frost #9D8A82
RGB
CMYK
RGB Variations
Color information
#9D8A82 (or 0x9D8A82) is known color: Almond Frost. HEX triplet: 9D, 8A and 82. RGB value is (157,138,130). Sum of RGB (Red+Green+Blue) = 157+138+130=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8A82 is #62757D. Grayscale: #8E8E8E. Windows color (decimal): -6452606 or 8555165. OLE color: 8555165.
HSL color Cylindrical-coordinate representation of color #9D8A82: hue angle of 17.78º 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 #9D8A82 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 138 | 130 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.38 |
| HSL | 17.78º | 0.12% | 0.56% | - |
| HSV(B) | 17.78º | 0.17% | 0.62% | - |
| XYZ | 27.02 | 26.96 | 24.9 | - |
| YUV | 142.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 130 | 0 | 0.12 | 0.17 | 0.38 | 17.78 | 0.12 | 0.56 |
| Hex | 9D | 8A | 82 | 0 | C | 11 | 26 | 12 | C | 38 |
| Octal | 235 | 212 | 202 | 0 | 14 | 21 | 46 | 22 | 14 | 70 |
| Binary | 10011101 | 10001010 | 10000010 | 0 | 1100 | 10001 | 100110 | 10010 | 1100 | 111000 |
Color Harmonies of #9D8A82
Complementary color
Monochromatic Colors of #9D8A82
Black with #9D8A82
Text Example
Text Example
White with #9D8A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8A82; }
p { color: rgb(157,138,130); }
H1.HeaderClassName
{
color: #9D8A82;
}
.AnyTagClassName
{
color: #9D8A82;
}
</style>
background-color css
<style>
a { background-color: #9D8A82; }
a { background-color: rgb(157,138,130); }
div.DivClassName
{
background-color: #9D8A82;
}
.BgClassName
{
background-color: #9D8A82;
}
</style>
border-color css
<style>
span { border-color: #9D8A82; }
span { border-color: rgb(157,138,130); }
td.TdClassName
{
border-color: #9D8A82;
}
.TagClassName
{
border-color: #9D8A82;
}
</style>