Shades of Almond Frost #A0877C
Tints of Almond Frost #A0877C
RGB
CMYK
RGB Variations
Color information
#A0877C (or 0xA0877C) is known color: Almond Frost. HEX triplet: A0, 87 and 7C. RGB value is (160,135,124). Sum of RGB (Red+Green+Blue) = 160+135+124=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A0877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0877C is #5F7883. Grayscale: #8D8D8D. Windows color (decimal): -6256772 or 8161184. OLE color: 8161184.
HSL color Cylindrical-coordinate representation of color #A0877C: hue angle of 18.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0877C is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 124 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.37 |
| HSL | 18.33º | 0.16% | 0.56% | - |
| HSV(B) | 18.33º | 0.23% | 0.63% | - |
| XYZ | 26.8 | 26.26 | 22.72 | - |
| YUV | 141.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 124 | 0 | 0.16 | 0.22 | 0.37 | 18.33 | 0.16 | 0.56 |
| Hex | A0 | 87 | 7C | 0 | 10 | 16 | 25 | 12 | 10 | 38 |
| Octal | 240 | 207 | 174 | 0 | 20 | 26 | 45 | 22 | 20 | 70 |
| Binary | 10100000 | 10000111 | 1111100 | 0 | 10000 | 10110 | 100101 | 10010 | 10000 | 111000 |
Color Harmonies of #A0877C
Complementary color
Monochromatic Colors of #A0877C
Black with #A0877C
Text Example
Text Example
White with #A0877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0877C; }
p { color: rgb(160,135,124); }
H1.HeaderClassName
{
color: #A0877C;
}
.AnyTagClassName
{
color: #A0877C;
}
</style>
background-color css
<style>
a { background-color: #A0877C; }
a { background-color: rgb(160,135,124); }
div.DivClassName
{
background-color: #A0877C;
}
.BgClassName
{
background-color: #A0877C;
}
</style>
border-color css
<style>
span { border-color: #A0877C; }
span { border-color: rgb(160,135,124); }
td.TdClassName
{
border-color: #A0877C;
}
.TagClassName
{
border-color: #A0877C;
}
</style>