Shades of Almond Frost #A0897D
Tints of Almond Frost #A0897D
RGB
CMYK
RGB Variations
Color information
#A0897D (or 0xA0897D) is known color: Almond Frost. HEX triplet: A0, 89 and 7D. RGB value is (160,137,125). Sum of RGB (Red+Green+Blue) = 160+137+125=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A0897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0897D is #5F7682. Grayscale: #8E8E8E. Windows color (decimal): -6256259 or 8227232. OLE color: 8227232.
HSL color Cylindrical-coordinate representation of color #A0897D: hue angle of 20.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0897D is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 125 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.37 |
| HSL | 20.57º | 0.16% | 0.56% | - |
| HSV(B) | 20.57º | 0.22% | 0.63% | - |
| XYZ | 27.14 | 26.85 | 23.15 | - |
| YUV | 142.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 125 | 0 | 0.14 | 0.22 | 0.37 | 20.57 | 0.16 | 0.56 |
| Hex | A0 | 89 | 7D | 0 | E | 16 | 25 | 15 | 10 | 38 |
| Octal | 240 | 211 | 175 | 0 | 16 | 26 | 45 | 25 | 20 | 70 |
| Binary | 10100000 | 10001001 | 1111101 | 0 | 1110 | 10110 | 100101 | 10101 | 10000 | 111000 |
Color Harmonies of #A0897D
Complementary color
Monochromatic Colors of #A0897D
Black with #A0897D
Text Example
Text Example
White with #A0897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0897D; }
p { color: rgb(160,137,125); }
H1.HeaderClassName
{
color: #A0897D;
}
.AnyTagClassName
{
color: #A0897D;
}
</style>
background-color css
<style>
a { background-color: #A0897D; }
a { background-color: rgb(160,137,125); }
div.DivClassName
{
background-color: #A0897D;
}
.BgClassName
{
background-color: #A0897D;
}
</style>
border-color css
<style>
span { border-color: #A0897D; }
span { border-color: rgb(160,137,125); }
td.TdClassName
{
border-color: #A0897D;
}
.TagClassName
{
border-color: #A0897D;
}
</style>