Shades of Almond Frost #A18B83
Tints of Almond Frost #A18B83
RGB
CMYK
RGB Variations
Color information
#A18B83 (or 0xA18B83) is known color: Almond Frost. HEX triplet: A1, 8B and 83. RGB value is (161,139,131). Sum of RGB (Red+Green+Blue) = 161+139+131=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18B83 is #5E747C. Grayscale: #909090. Windows color (decimal): -6190205 or 8620961. OLE color: 8620961.
HSL color Cylindrical-coordinate representation of color #A18B83: hue angle of 16º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A18B83 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 131 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.37 |
| HSL | 16º | 0.14% | 0.57% | - |
| HSV(B) | 16º | 0.19% | 0.63% | - |
| XYZ | 28.03 | 27.68 | 25.34 | - |
| YUV | 144.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 131 | 0 | 0.14 | 0.19 | 0.37 | 16 | 0.14 | 0.57 |
| Hex | A1 | 8B | 83 | 0 | E | 13 | 25 | 10 | E | 39 |
| Octal | 241 | 213 | 203 | 0 | 16 | 23 | 45 | 20 | 16 | 71 |
| Binary | 10100001 | 10001011 | 10000011 | 0 | 1110 | 10011 | 100101 | 10000 | 1110 | 111001 |
Color Harmonies of #A18B83
Complementary color
Monochromatic Colors of #A18B83
Black with #A18B83
Text Example
Text Example
White with #A18B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B83; }
p { color: rgb(161,139,131); }
H1.HeaderClassName
{
color: #A18B83;
}
.AnyTagClassName
{
color: #A18B83;
}
</style>
background-color css
<style>
a { background-color: #A18B83; }
a { background-color: rgb(161,139,131); }
div.DivClassName
{
background-color: #A18B83;
}
.BgClassName
{
background-color: #A18B83;
}
</style>
border-color css
<style>
span { border-color: #A18B83; }
span { border-color: rgb(161,139,131); }
td.TdClassName
{
border-color: #A18B83;
}
.TagClassName
{
border-color: #A18B83;
}
</style>