Shades of Almond Frost #A18B84
Tints of Almond Frost #A18B84
RGB
CMYK
RGB Variations
Color information
#A18B84 (or 0xA18B84) is known color: Almond Frost. HEX triplet: A1, 8B and 84. RGB value is (161,139,132). Sum of RGB (Red+Green+Blue) = 161+139+132=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18B84 is #5E747B. Grayscale: #909090. Windows color (decimal): -6190204 or 8686497. OLE color: 8686497.
HSL color Cylindrical-coordinate representation of color #A18B84: hue angle of 14.48º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A18B84 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 132 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.37 |
| HSL | 14.48º | 0.13% | 0.57% | - |
| HSV(B) | 14.48º | 0.18% | 0.63% | - |
| XYZ | 28.1 | 27.71 | 25.7 | - |
| YUV | 144.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 132 | 0 | 0.14 | 0.18 | 0.37 | 14.48 | 0.13 | 0.57 |
| Hex | A1 | 8B | 84 | 0 | E | 12 | 25 | E | D | 39 |
| Octal | 241 | 213 | 204 | 0 | 16 | 22 | 45 | 16 | 15 | 71 |
| Binary | 10100001 | 10001011 | 10000100 | 0 | 1110 | 10010 | 100101 | 1110 | 1101 | 111001 |
Color Harmonies of #A18B84
Complementary color
Monochromatic Colors of #A18B84
Black with #A18B84
Text Example
Text Example
White with #A18B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B84; }
p { color: rgb(161,139,132); }
H1.HeaderClassName
{
color: #A18B84;
}
.AnyTagClassName
{
color: #A18B84;
}
</style>
background-color css
<style>
a { background-color: #A18B84; }
a { background-color: rgb(161,139,132); }
div.DivClassName
{
background-color: #A18B84;
}
.BgClassName
{
background-color: #A18B84;
}
</style>
border-color css
<style>
span { border-color: #A18B84; }
span { border-color: rgb(161,139,132); }
td.TdClassName
{
border-color: #A18B84;
}
.TagClassName
{
border-color: #A18B84;
}
</style>