Shades of Almond Frost #A0877F
Tints of Almond Frost #A0877F
RGB
CMYK
RGB Variations
Color information
#A0877F (or 0xA0877F) is known color: Almond Frost. HEX triplet: A0, 87 and 7F. RGB value is (160,135,127). Sum of RGB (Red+Green+Blue) = 160+135+127=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A0877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0877F is #5F7880. Grayscale: #8D8D8D. Windows color (decimal): -6256769 or 8357792. OLE color: 8357792.
HSL color Cylindrical-coordinate representation of color #A0877F: hue angle of 14.55º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0877F is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 127 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.37 |
| HSL | 14.55º | 0.15% | 0.56% | - |
| HSV(B) | 14.55º | 0.21% | 0.63% | - |
| XYZ | 26.99 | 26.33 | 23.74 | - |
| YUV | 141.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 127 | 0 | 0.16 | 0.21 | 0.37 | 14.55 | 0.15 | 0.56 |
| Hex | A0 | 87 | 7F | 0 | 10 | 15 | 25 | F | F | 38 |
| Octal | 240 | 207 | 177 | 0 | 20 | 25 | 45 | 17 | 17 | 70 |
| Binary | 10100000 | 10000111 | 1111111 | 0 | 10000 | 10101 | 100101 | 1111 | 1111 | 111000 |
Color Harmonies of #A0877F
Complementary color
Monochromatic Colors of #A0877F
Black with #A0877F
Text Example
Text Example
White with #A0877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0877F; }
p { color: rgb(160,135,127); }
H1.HeaderClassName
{
color: #A0877F;
}
.AnyTagClassName
{
color: #A0877F;
}
</style>
background-color css
<style>
a { background-color: #A0877F; }
a { background-color: rgb(160,135,127); }
div.DivClassName
{
background-color: #A0877F;
}
.BgClassName
{
background-color: #A0877F;
}
</style>
border-color css
<style>
span { border-color: #A0877F; }
span { border-color: rgb(160,135,127); }
td.TdClassName
{
border-color: #A0877F;
}
.TagClassName
{
border-color: #A0877F;
}
</style>