Shades of Almond Frost #A18372
Tints of Almond Frost #A18372
RGB
CMYK
RGB Variations
Color information
#A18372 (or 0xA18372) is known color: Almond Frost. HEX triplet: A1, 83 and 72. RGB value is (161,131,114). Sum of RGB (Red+Green+Blue) = 161+131+114=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A18372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18372 is #5E7C8D. Grayscale: #8A8A8A. Windows color (decimal): -6192270 or 7504801. OLE color: 7504801.
HSL color Cylindrical-coordinate representation of color #A18372: hue angle of 21.7º 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 #A18372 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 114 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.37 |
| HSL | 21.7º | 0.2% | 0.54% | - |
| HSV(B) | 21.7º | 0.29% | 0.63% | - |
| XYZ | 25.85 | 25.02 | 19.39 | - |
| YUV | 138.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 114 | 0 | 0.19 | 0.29 | 0.37 | 21.7 | 0.2 | 0.54 |
| Hex | A1 | 83 | 72 | 0 | 13 | 1D | 25 | 16 | 14 | 36 |
| Octal | 241 | 203 | 162 | 0 | 23 | 35 | 45 | 26 | 24 | 66 |
| Binary | 10100001 | 10000011 | 1110010 | 0 | 10011 | 11101 | 100101 | 10110 | 10100 | 110110 |
Color Harmonies of #A18372
Complementary color
Monochromatic Colors of #A18372
Black with #A18372
Text Example
Text Example
White with #A18372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18372; }
p { color: rgb(161,131,114); }
H1.HeaderClassName
{
color: #A18372;
}
.AnyTagClassName
{
color: #A18372;
}
</style>
background-color css
<style>
a { background-color: #A18372; }
a { background-color: rgb(161,131,114); }
div.DivClassName
{
background-color: #A18372;
}
.BgClassName
{
background-color: #A18372;
}
</style>
border-color css
<style>
span { border-color: #A18372; }
span { border-color: rgb(161,131,114); }
td.TdClassName
{
border-color: #A18372;
}
.TagClassName
{
border-color: #A18372;
}
</style>