Shades of Almond Frost #A08471
Tints of Almond Frost #A08471
RGB
CMYK
RGB Variations
Color information
#A08471 (or 0xA08471) is known color: Almond Frost. HEX triplet: A0, 84 and 71. RGB value is (160,132,113). Sum of RGB (Red+Green+Blue) = 160+132+113=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A08471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08471 is #5F7B8E. Grayscale: #8A8A8A. Windows color (decimal): -6257551 or 7439520. OLE color: 7439520.
HSL color Cylindrical-coordinate representation of color #A08471: hue angle of 24.26º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08471 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 113 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.37 |
| HSL | 24.26º | 0.2% | 0.54% | - |
| HSV(B) | 24.26º | 0.29% | 0.63% | - |
| XYZ | 25.73 | 25.17 | 19.12 | - |
| YUV | 138.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 113 | 0 | 0.17 | 0.29 | 0.37 | 24.26 | 0.2 | 0.54 |
| Hex | A0 | 84 | 71 | 0 | 11 | 1D | 25 | 18 | 14 | 36 |
| Octal | 240 | 204 | 161 | 0 | 21 | 35 | 45 | 30 | 24 | 66 |
| Binary | 10100000 | 10000100 | 1110001 | 0 | 10001 | 11101 | 100101 | 11000 | 10100 | 110110 |
Color Harmonies of #A08471
Complementary color
Monochromatic Colors of #A08471
Black with #A08471
Text Example
Text Example
White with #A08471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08471; }
p { color: rgb(160,132,113); }
H1.HeaderClassName
{
color: #A08471;
}
.AnyTagClassName
{
color: #A08471;
}
</style>
background-color css
<style>
a { background-color: #A08471; }
a { background-color: rgb(160,132,113); }
div.DivClassName
{
background-color: #A08471;
}
.BgClassName
{
background-color: #A08471;
}
</style>
border-color css
<style>
span { border-color: #A08471; }
span { border-color: rgb(160,132,113); }
td.TdClassName
{
border-color: #A08471;
}
.TagClassName
{
border-color: #A08471;
}
</style>