Shades of Almond Frost #A18982
Tints of Almond Frost #A18982
RGB
CMYK
RGB Variations
Color information
#A18982 (or 0xA18982) is known color: Almond Frost. HEX triplet: A1, 89 and 82. RGB value is (161,137,130). Sum of RGB (Red+Green+Blue) = 161+137+130=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A18982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18982 is #5E767D. Grayscale: #8F8F8F. Windows color (decimal): -6190718 or 8554913. OLE color: 8554913.
HSL color Cylindrical-coordinate representation of color #A18982: hue angle of 13.55º 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 #A18982 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 130 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.37 |
| HSL | 13.55º | 0.14% | 0.57% | - |
| HSV(B) | 13.55º | 0.19% | 0.63% | - |
| XYZ | 27.67 | 27.08 | 24.89 | - |
| YUV | 143.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 130 | 0 | 0.15 | 0.19 | 0.37 | 13.55 | 0.14 | 0.57 |
| Hex | A1 | 89 | 82 | 0 | F | 13 | 25 | E | E | 39 |
| Octal | 241 | 211 | 202 | 0 | 17 | 23 | 45 | 16 | 16 | 71 |
| Binary | 10100001 | 10001001 | 10000010 | 0 | 1111 | 10011 | 100101 | 1110 | 1110 | 111001 |
Color Harmonies of #A18982
Complementary color
Monochromatic Colors of #A18982
Black with #A18982
Text Example
Text Example
White with #A18982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18982; }
p { color: rgb(161,137,130); }
H1.HeaderClassName
{
color: #A18982;
}
.AnyTagClassName
{
color: #A18982;
}
</style>
background-color css
<style>
a { background-color: #A18982; }
a { background-color: rgb(161,137,130); }
div.DivClassName
{
background-color: #A18982;
}
.BgClassName
{
background-color: #A18982;
}
</style>
border-color css
<style>
span { border-color: #A18982; }
span { border-color: rgb(161,137,130); }
td.TdClassName
{
border-color: #A18982;
}
.TagClassName
{
border-color: #A18982;
}
</style>