Shades of Almond Frost #A18673
Tints of Almond Frost #A18673
RGB
CMYK
RGB Variations
Color information
#A18673 (or 0xA18673) is known color: Almond Frost. HEX triplet: A1, 86 and 73. RGB value is (161,134,115). Sum of RGB (Red+Green+Blue) = 161+134+115=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A18673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18673 is #5E798C. Grayscale: #8C8C8C. Windows color (decimal): -6191501 or 7571105. OLE color: 7571105.
HSL color Cylindrical-coordinate representation of color #A18673: hue angle of 24.78º 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 #A18673 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 115 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.37 |
| HSL | 24.78º | 0.2% | 0.54% | - |
| HSV(B) | 24.78º | 0.29% | 0.63% | - |
| XYZ | 26.32 | 25.87 | 19.83 | - |
| YUV | 139.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 115 | 0 | 0.17 | 0.29 | 0.37 | 24.78 | 0.2 | 0.54 |
| Hex | A1 | 86 | 73 | 0 | 11 | 1D | 25 | 19 | 14 | 36 |
| Octal | 241 | 206 | 163 | 0 | 21 | 35 | 45 | 31 | 24 | 66 |
| Binary | 10100001 | 10000110 | 1110011 | 0 | 10001 | 11101 | 100101 | 11001 | 10100 | 110110 |
Color Harmonies of #A18673
Complementary color
Monochromatic Colors of #A18673
Black with #A18673
Text Example
Text Example
White with #A18673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18673; }
p { color: rgb(161,134,115); }
H1.HeaderClassName
{
color: #A18673;
}
.AnyTagClassName
{
color: #A18673;
}
</style>
background-color css
<style>
a { background-color: #A18673; }
a { background-color: rgb(161,134,115); }
div.DivClassName
{
background-color: #A18673;
}
.BgClassName
{
background-color: #A18673;
}
</style>
border-color css
<style>
span { border-color: #A18673; }
span { border-color: rgb(161,134,115); }
td.TdClassName
{
border-color: #A18673;
}
.TagClassName
{
border-color: #A18673;
}
</style>