Shades of Almond Frost #A18272
Tints of Almond Frost #A18272
RGB
CMYK
RGB Variations
Color information
#A18272 (or 0xA18272) is known color: Almond Frost. HEX triplet: A1, 82 and 72. RGB value is (161,130,114). Sum of RGB (Red+Green+Blue) = 161+130+114=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A18272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18272 is #5E7D8D. Grayscale: #898989. Windows color (decimal): -6192526 or 7504545. OLE color: 7504545.
HSL color Cylindrical-coordinate representation of color #A18272: hue angle of 20.43º 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 #A18272 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 114 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.37 |
| HSL | 20.43º | 0.2% | 0.54% | - |
| HSV(B) | 20.43º | 0.29% | 0.63% | - |
| XYZ | 25.72 | 24.76 | 19.34 | - |
| YUV | 137.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 114 | 0 | 0.19 | 0.29 | 0.37 | 20.43 | 0.2 | 0.54 |
| Hex | A1 | 82 | 72 | 0 | 13 | 1D | 25 | 14 | 14 | 36 |
| Octal | 241 | 202 | 162 | 0 | 23 | 35 | 45 | 24 | 24 | 66 |
| Binary | 10100001 | 10000010 | 1110010 | 0 | 10011 | 11101 | 100101 | 10100 | 10100 | 110110 |
Color Harmonies of #A18272
Complementary color
Monochromatic Colors of #A18272
Black with #A18272
Text Example
Text Example
White with #A18272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18272; }
p { color: rgb(161,130,114); }
H1.HeaderClassName
{
color: #A18272;
}
.AnyTagClassName
{
color: #A18272;
}
</style>
background-color css
<style>
a { background-color: #A18272; }
a { background-color: rgb(161,130,114); }
div.DivClassName
{
background-color: #A18272;
}
.BgClassName
{
background-color: #A18272;
}
</style>
border-color css
<style>
span { border-color: #A18272; }
span { border-color: rgb(161,130,114); }
td.TdClassName
{
border-color: #A18272;
}
.TagClassName
{
border-color: #A18272;
}
</style>