Shades of Almond Frost #A78979
Tints of Almond Frost #A78979
RGB
CMYK
RGB Variations
Color information
#A78979 (or 0xA78979) is known color: Almond Frost. HEX triplet: A7, 89 and 79. RGB value is (167,137,121). Sum of RGB (Red+Green+Blue) = 167+137+121=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A78979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78979 is #587686. Grayscale: #909090. Windows color (decimal): -5797511 or 7965095. OLE color: 7965095.
HSL color Cylindrical-coordinate representation of color #A78979: hue angle of 20.87º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A78979 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 137 | 121 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.35 |
| HSL | 20.87º | 0.21% | 0.56% | - |
| HSV(B) | 20.87º | 0.28% | 0.65% | - |
| XYZ | 28.33 | 27.49 | 21.9 | - |
| YUV | 144.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 121 | 0 | 0.18 | 0.28 | 0.35 | 20.87 | 0.21 | 0.56 |
| Hex | A7 | 89 | 79 | 0 | 12 | 1C | 23 | 15 | 15 | 38 |
| Octal | 247 | 211 | 171 | 0 | 22 | 34 | 43 | 25 | 25 | 70 |
| Binary | 10100111 | 10001001 | 1111001 | 0 | 10010 | 11100 | 100011 | 10101 | 10101 | 111000 |
Color Harmonies of #A78979
Complementary color
Monochromatic Colors of #A78979
Black with #A78979
Text Example
Text Example
White with #A78979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78979; }
p { color: rgb(167,137,121); }
H1.HeaderClassName
{
color: #A78979;
}
.AnyTagClassName
{
color: #A78979;
}
</style>
background-color css
<style>
a { background-color: #A78979; }
a { background-color: rgb(167,137,121); }
div.DivClassName
{
background-color: #A78979;
}
.BgClassName
{
background-color: #A78979;
}
</style>
border-color css
<style>
span { border-color: #A78979; }
span { border-color: rgb(167,137,121); }
td.TdClassName
{
border-color: #A78979;
}
.TagClassName
{
border-color: #A78979;
}
</style>