Shades of Almond Frost #9D8A7E
Tints of Almond Frost #9D8A7E
RGB
CMYK
RGB Variations
Color information
#9D8A7E (or 0x9D8A7E) is known color: Almond Frost. HEX triplet: 9D, 8A and 7E. RGB value is (157,138,126). Sum of RGB (Red+Green+Blue) = 157+138+126=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8A7E is #627581. Grayscale: #8E8E8E. Windows color (decimal): -6452610 or 8293021. OLE color: 8293021.
HSL color Cylindrical-coordinate representation of color #9D8A7E: hue angle of 23.23º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D8A7E is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 138 | 126 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.38 |
| HSL | 23.23º | 0.14% | 0.55% | - |
| HSV(B) | 23.23º | 0.2% | 0.62% | - |
| XYZ | 26.76 | 26.85 | 23.51 | - |
| YUV | 142.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 126 | 0 | 0.12 | 0.20 | 0.38 | 23.23 | 0.14 | 0.55 |
| Hex | 9D | 8A | 7E | 0 | C | 14 | 26 | 17 | E | 37 |
| Octal | 235 | 212 | 176 | 0 | 14 | 24 | 46 | 27 | 16 | 67 |
| Binary | 10011101 | 10001010 | 1111110 | 0 | 1100 | 10100 | 100110 | 10111 | 1110 | 110111 |
Color Harmonies of #9D8A7E
Complementary color
Monochromatic Colors of #9D8A7E
Black with #9D8A7E
Text Example
Text Example
White with #9D8A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8A7E; }
p { color: rgb(157,138,126); }
H1.HeaderClassName
{
color: #9D8A7E;
}
.AnyTagClassName
{
color: #9D8A7E;
}
</style>
background-color css
<style>
a { background-color: #9D8A7E; }
a { background-color: rgb(157,138,126); }
div.DivClassName
{
background-color: #9D8A7E;
}
.BgClassName
{
background-color: #9D8A7E;
}
</style>
border-color css
<style>
span { border-color: #9D8A7E; }
span { border-color: rgb(157,138,126); }
td.TdClassName
{
border-color: #9D8A7E;
}
.TagClassName
{
border-color: #9D8A7E;
}
</style>