Shades of Almond Frost #9A8977
Tints of Almond Frost #9A8977
RGB
CMYK
RGB Variations
Color information
#9A8977 (or 0x9A8977) is known color: Almond Frost. HEX triplet: 9A, 89 and 77. RGB value is (154,137,119). Sum of RGB (Red+Green+Blue) = 154+137+119=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8977 is #657688. Grayscale: #8C8C8C. Windows color (decimal): -6649481 or 7834010. OLE color: 7834010.
HSL color Cylindrical-coordinate representation of color #9A8977: hue angle of 30.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A8977 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 119 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.40 |
| HSL | 30.86º | 0.15% | 0.54% | - |
| HSV(B) | 30.86º | 0.23% | 0.6% | - |
| XYZ | 25.6 | 26.09 | 21.14 | - |
| YUV | 140.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 119 | 0 | 0.11 | 0.23 | 0.40 | 30.86 | 0.15 | 0.54 |
| Hex | 9A | 89 | 77 | 0 | B | 17 | 28 | 1F | F | 36 |
| Octal | 232 | 211 | 167 | 0 | 13 | 27 | 50 | 37 | 17 | 66 |
| Binary | 10011010 | 10001001 | 1110111 | 0 | 1011 | 10111 | 101000 | 11111 | 1111 | 110110 |
Color Harmonies of #9A8977
Complementary color
Monochromatic Colors of #9A8977
Black with #9A8977
Text Example
Text Example
White with #9A8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8977; }
p { color: rgb(154,137,119); }
H1.HeaderClassName
{
color: #9A8977;
}
.AnyTagClassName
{
color: #9A8977;
}
</style>
background-color css
<style>
a { background-color: #9A8977; }
a { background-color: rgb(154,137,119); }
div.DivClassName
{
background-color: #9A8977;
}
.BgClassName
{
background-color: #9A8977;
}
</style>
border-color css
<style>
span { border-color: #9A8977; }
span { border-color: rgb(154,137,119); }
td.TdClassName
{
border-color: #9A8977;
}
.TagClassName
{
border-color: #9A8977;
}
</style>