Shades of Almond Frost #A0867A
Tints of Almond Frost #A0867A
RGB
CMYK
RGB Variations
Color information
#A0867A (or 0xA0867A) is known color: Almond Frost. HEX triplet: A0, 86 and 7A. RGB value is (160,134,122). Sum of RGB (Red+Green+Blue) = 160+134+122=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A0867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0867A is #5F7985. Grayscale: #8C8C8C. Windows color (decimal): -6257030 or 8029856. OLE color: 8029856.
HSL color Cylindrical-coordinate representation of color #A0867A: hue angle of 18.95º 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 #A0867A is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 122 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.37 |
| HSL | 18.95º | 0.17% | 0.55% | - |
| HSV(B) | 18.95º | 0.24% | 0.63% | - |
| XYZ | 26.54 | 25.93 | 22.02 | - |
| YUV | 140.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 122 | 0 | 0.16 | 0.24 | 0.37 | 18.95 | 0.17 | 0.55 |
| Hex | A0 | 86 | 7A | 0 | 10 | 18 | 25 | 13 | 11 | 37 |
| Octal | 240 | 206 | 172 | 0 | 20 | 30 | 45 | 23 | 21 | 67 |
| Binary | 10100000 | 10000110 | 1111010 | 0 | 10000 | 11000 | 100101 | 10011 | 10001 | 110111 |
Color Harmonies of #A0867A
Complementary color
Monochromatic Colors of #A0867A
Black with #A0867A
Text Example
Text Example
White with #A0867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0867A; }
p { color: rgb(160,134,122); }
H1.HeaderClassName
{
color: #A0867A;
}
.AnyTagClassName
{
color: #A0867A;
}
</style>
background-color css
<style>
a { background-color: #A0867A; }
a { background-color: rgb(160,134,122); }
div.DivClassName
{
background-color: #A0867A;
}
.BgClassName
{
background-color: #A0867A;
}
</style>
border-color css
<style>
span { border-color: #A0867A; }
span { border-color: rgb(160,134,122); }
td.TdClassName
{
border-color: #A0867A;
}
.TagClassName
{
border-color: #A0867A;
}
</style>