Shades of Almond Frost #A18373
Tints of Almond Frost #A18373
RGB
CMYK
RGB Variations
Color information
#A18373 (or 0xA18373) is known color: Almond Frost. HEX triplet: A1, 83 and 73. RGB value is (161,131,115). Sum of RGB (Red+Green+Blue) = 161+131+115=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A18373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18373 is #5E7C8C. Grayscale: #8A8A8A. Windows color (decimal): -6192269 or 7570337. OLE color: 7570337.
HSL color Cylindrical-coordinate representation of color #A18373: hue angle of 20.87º 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 #A18373 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 115 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.37 |
| HSL | 20.87º | 0.2% | 0.54% | - |
| HSV(B) | 20.87º | 0.29% | 0.63% | - |
| XYZ | 25.91 | 25.05 | 19.69 | - |
| YUV | 138.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 115 | 0 | 0.19 | 0.29 | 0.37 | 20.87 | 0.2 | 0.54 |
| Hex | A1 | 83 | 73 | 0 | 13 | 1D | 25 | 15 | 14 | 36 |
| Octal | 241 | 203 | 163 | 0 | 23 | 35 | 45 | 25 | 24 | 66 |
| Binary | 10100001 | 10000011 | 1110011 | 0 | 10011 | 11101 | 100101 | 10101 | 10100 | 110110 |
Color Harmonies of #A18373
Complementary color
Monochromatic Colors of #A18373
Black with #A18373
Text Example
Text Example
White with #A18373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18373; }
p { color: rgb(161,131,115); }
H1.HeaderClassName
{
color: #A18373;
}
.AnyTagClassName
{
color: #A18373;
}
</style>
background-color css
<style>
a { background-color: #A18373; }
a { background-color: rgb(161,131,115); }
div.DivClassName
{
background-color: #A18373;
}
.BgClassName
{
background-color: #A18373;
}
</style>
border-color css
<style>
span { border-color: #A18373; }
span { border-color: rgb(161,131,115); }
td.TdClassName
{
border-color: #A18373;
}
.TagClassName
{
border-color: #A18373;
}
</style>