Shades of Almond Frost #A0887A
Tints of Almond Frost #A0887A
RGB
CMYK
RGB Variations
Color information
#A0887A (or 0xA0887A) is known color: Almond Frost. HEX triplet: A0, 88 and 7A. RGB value is (160,136,122). Sum of RGB (Red+Green+Blue) = 160+136+122=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0887A is #5F7785. Grayscale: #8D8D8D. Windows color (decimal): -6256518 or 8030368. OLE color: 8030368.
HSL color Cylindrical-coordinate representation of color #A0887A: hue angle of 22.11º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0887A is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 122 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.37 |
| HSL | 22.11º | 0.17% | 0.55% | - |
| HSV(B) | 22.11º | 0.24% | 0.63% | - |
| XYZ | 26.81 | 26.49 | 22.11 | - |
| YUV | 141.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 122 | 0 | 0.15 | 0.24 | 0.37 | 22.11 | 0.17 | 0.55 |
| Hex | A0 | 88 | 7A | 0 | F | 18 | 25 | 16 | 11 | 37 |
| Octal | 240 | 210 | 172 | 0 | 17 | 30 | 45 | 26 | 21 | 67 |
| Binary | 10100000 | 10001000 | 1111010 | 0 | 1111 | 11000 | 100101 | 10110 | 10001 | 110111 |
Color Harmonies of #A0887A
Complementary color
Monochromatic Colors of #A0887A
Black with #A0887A
Text Example
Text Example
White with #A0887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0887A; }
p { color: rgb(160,136,122); }
H1.HeaderClassName
{
color: #A0887A;
}
.AnyTagClassName
{
color: #A0887A;
}
</style>
background-color css
<style>
a { background-color: #A0887A; }
a { background-color: rgb(160,136,122); }
div.DivClassName
{
background-color: #A0887A;
}
.BgClassName
{
background-color: #A0887A;
}
</style>
border-color css
<style>
span { border-color: #A0887A; }
span { border-color: rgb(160,136,122); }
td.TdClassName
{
border-color: #A0887A;
}
.TagClassName
{
border-color: #A0887A;
}
</style>