Shades of Almond Frost #A08979
Tints of Almond Frost #A08979
RGB
CMYK
RGB Variations
Color information
#A08979 (or 0xA08979) is known color: Almond Frost. HEX triplet: A0, 89 and 79. RGB value is (160,137,121). Sum of RGB (Red+Green+Blue) = 160+137+121=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A08979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08979 is #5F7686. Grayscale: #8E8E8E. Windows color (decimal): -6256263 or 7965088. OLE color: 7965088.
HSL color Cylindrical-coordinate representation of color #A08979: hue angle of 24.62º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A08979 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 121 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.37 |
| HSL | 24.62º | 0.17% | 0.55% | - |
| HSV(B) | 24.62º | 0.24% | 0.63% | - |
| XYZ | 26.89 | 26.75 | 21.83 | - |
| YUV | 142.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 121 | 0 | 0.14 | 0.24 | 0.37 | 24.62 | 0.17 | 0.55 |
| Hex | A0 | 89 | 79 | 0 | E | 18 | 25 | 19 | 11 | 37 |
| Octal | 240 | 211 | 171 | 0 | 16 | 30 | 45 | 31 | 21 | 67 |
| Binary | 10100000 | 10001001 | 1111001 | 0 | 1110 | 11000 | 100101 | 11001 | 10001 | 110111 |
Color Harmonies of #A08979
Complementary color
Monochromatic Colors of #A08979
Black with #A08979
Text Example
Text Example
White with #A08979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08979; }
p { color: rgb(160,137,121); }
H1.HeaderClassName
{
color: #A08979;
}
.AnyTagClassName
{
color: #A08979;
}
</style>
background-color css
<style>
a { background-color: #A08979; }
a { background-color: rgb(160,137,121); }
div.DivClassName
{
background-color: #A08979;
}
.BgClassName
{
background-color: #A08979;
}
</style>
border-color css
<style>
span { border-color: #A08979; }
span { border-color: rgb(160,137,121); }
td.TdClassName
{
border-color: #A08979;
}
.TagClassName
{
border-color: #A08979;
}
</style>