Shades of Almond Frost #A08982
Tints of Almond Frost #A08982
RGB
CMYK
RGB Variations
Color information
#A08982 (or 0xA08982) is known color: Almond Frost. HEX triplet: A0, 89 and 82. RGB value is (160,137,130). Sum of RGB (Red+Green+Blue) = 160+137+130=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A08982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08982 is #5F767D. Grayscale: #8F8F8F. Windows color (decimal): -6256254 or 8554912. OLE color: 8554912.
HSL color Cylindrical-coordinate representation of color #A08982: hue angle of 14º 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 #A08982 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 130 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.37 |
| HSL | 14º | 0.14% | 0.57% | - |
| HSV(B) | 14º | 0.19% | 0.63% | - |
| XYZ | 27.47 | 26.98 | 24.88 | - |
| YUV | 143.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 130 | 0 | 0.14 | 0.19 | 0.37 | 14 | 0.14 | 0.57 |
| Hex | A0 | 89 | 82 | 0 | E | 13 | 25 | E | E | 39 |
| Octal | 240 | 211 | 202 | 0 | 16 | 23 | 45 | 16 | 16 | 71 |
| Binary | 10100000 | 10001001 | 10000010 | 0 | 1110 | 10011 | 100101 | 1110 | 1110 | 111001 |
Color Harmonies of #A08982
Complementary color
Monochromatic Colors of #A08982
Black with #A08982
Text Example
Text Example
White with #A08982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08982; }
p { color: rgb(160,137,130); }
H1.HeaderClassName
{
color: #A08982;
}
.AnyTagClassName
{
color: #A08982;
}
</style>
background-color css
<style>
a { background-color: #A08982; }
a { background-color: rgb(160,137,130); }
div.DivClassName
{
background-color: #A08982;
}
.BgClassName
{
background-color: #A08982;
}
</style>
border-color css
<style>
span { border-color: #A08982; }
span { border-color: rgb(160,137,130); }
td.TdClassName
{
border-color: #A08982;
}
.TagClassName
{
border-color: #A08982;
}
</style>