Shades of Almond Frost #9A8776
Tints of Almond Frost #9A8776
RGB
CMYK
RGB Variations
Color information
#9A8776 (or 0x9A8776) is known color: Almond Frost. HEX triplet: 9A, 87 and 76. RGB value is (154,135,118). Sum of RGB (Red+Green+Blue) = 154+135+118=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8776 is #657889. Grayscale: #8A8A8A. Windows color (decimal): -6649994 or 7767962. OLE color: 7767962.
HSL color Cylindrical-coordinate representation of color #9A8776: hue angle of 28.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A8776 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 135 | 118 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.40 |
| HSL | 28.33º | 0.15% | 0.53% | - |
| HSV(B) | 28.33º | 0.23% | 0.6% | - |
| XYZ | 25.26 | 25.51 | 20.73 | - |
| YUV | 138.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 118 | 0 | 0.12 | 0.23 | 0.40 | 28.33 | 0.15 | 0.53 |
| Hex | 9A | 87 | 76 | 0 | C | 17 | 28 | 1C | F | 35 |
| Octal | 232 | 207 | 166 | 0 | 14 | 27 | 50 | 34 | 17 | 65 |
| Binary | 10011010 | 10000111 | 1110110 | 0 | 1100 | 10111 | 101000 | 11100 | 1111 | 110101 |
Color Harmonies of #9A8776
Complementary color
Monochromatic Colors of #9A8776
Black with #9A8776
Text Example
Text Example
White with #9A8776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8776; }
p { color: rgb(154,135,118); }
H1.HeaderClassName
{
color: #9A8776;
}
.AnyTagClassName
{
color: #9A8776;
}
</style>
background-color css
<style>
a { background-color: #9A8776; }
a { background-color: rgb(154,135,118); }
div.DivClassName
{
background-color: #9A8776;
}
.BgClassName
{
background-color: #9A8776;
}
</style>
border-color css
<style>
span { border-color: #9A8776; }
span { border-color: rgb(154,135,118); }
td.TdClassName
{
border-color: #9A8776;
}
.TagClassName
{
border-color: #9A8776;
}
</style>