Shades of Almond Frost #A18271
Tints of Almond Frost #A18271
RGB
CMYK
RGB Variations
Color information
#A18271 (or 0xA18271) is known color: Almond Frost. HEX triplet: A1, 82 and 71. RGB value is (161,130,113). Sum of RGB (Red+Green+Blue) = 161+130+113=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A18271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18271 is #5E7D8E. Grayscale: #898989. Windows color (decimal): -6192527 or 7439009. OLE color: 7439009.
HSL color Cylindrical-coordinate representation of color #A18271: hue angle of 21.25º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18271 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 113 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.37 |
| HSL | 21.25º | 0.2% | 0.54% | - |
| HSV(B) | 21.25º | 0.3% | 0.63% | - |
| XYZ | 25.66 | 24.73 | 19.04 | - |
| YUV | 137.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 113 | 0 | 0.19 | 0.30 | 0.37 | 21.25 | 0.2 | 0.54 |
| Hex | A1 | 82 | 71 | 0 | 13 | 1E | 25 | 15 | 14 | 36 |
| Octal | 241 | 202 | 161 | 0 | 23 | 36 | 45 | 25 | 24 | 66 |
| Binary | 10100001 | 10000010 | 1110001 | 0 | 10011 | 11110 | 100101 | 10101 | 10100 | 110110 |
Color Harmonies of #A18271
Complementary color
Monochromatic Colors of #A18271
Black with #A18271
Text Example
Text Example
White with #A18271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18271; }
p { color: rgb(161,130,113); }
H1.HeaderClassName
{
color: #A18271;
}
.AnyTagClassName
{
color: #A18271;
}
</style>
background-color css
<style>
a { background-color: #A18271; }
a { background-color: rgb(161,130,113); }
div.DivClassName
{
background-color: #A18271;
}
.BgClassName
{
background-color: #A18271;
}
</style>
border-color css
<style>
span { border-color: #A18271; }
span { border-color: rgb(161,130,113); }
td.TdClassName
{
border-color: #A18271;
}
.TagClassName
{
border-color: #A18271;
}
</style>