Shades of Almond Frost #A08976
Tints of Almond Frost #A08976
RGB
CMYK
RGB Variations
Color information
#A08976 (or 0xA08976) is known color: Almond Frost. HEX triplet: A0, 89 and 76. RGB value is (160,137,118). Sum of RGB (Red+Green+Blue) = 160+137+118=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A08976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08976 is #5F7689. Grayscale: #8D8D8D. Windows color (decimal): -6256266 or 7768480. OLE color: 7768480.
HSL color Cylindrical-coordinate representation of color #A08976: hue angle of 27.14º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A08976 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 118 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.37 |
| HSL | 27.14º | 0.18% | 0.55% | - |
| HSV(B) | 27.14º | 0.26% | 0.63% | - |
| XYZ | 26.71 | 26.67 | 20.88 | - |
| YUV | 141.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 118 | 0 | 0.14 | 0.26 | 0.37 | 27.14 | 0.18 | 0.55 |
| Hex | A0 | 89 | 76 | 0 | E | 1A | 25 | 1B | 12 | 37 |
| Octal | 240 | 211 | 166 | 0 | 16 | 32 | 45 | 33 | 22 | 67 |
| Binary | 10100000 | 10001001 | 1110110 | 0 | 1110 | 11010 | 100101 | 11011 | 10010 | 110111 |
Color Harmonies of #A08976
Complementary color
Monochromatic Colors of #A08976
Black with #A08976
Text Example
Text Example
White with #A08976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08976; }
p { color: rgb(160,137,118); }
H1.HeaderClassName
{
color: #A08976;
}
.AnyTagClassName
{
color: #A08976;
}
</style>
background-color css
<style>
a { background-color: #A08976; }
a { background-color: rgb(160,137,118); }
div.DivClassName
{
background-color: #A08976;
}
.BgClassName
{
background-color: #A08976;
}
</style>
border-color css
<style>
span { border-color: #A08976; }
span { border-color: rgb(160,137,118); }
td.TdClassName
{
border-color: #A08976;
}
.TagClassName
{
border-color: #A08976;
}
</style>