Shades of Almond Frost #A0877B
Tints of Almond Frost #A0877B
RGB
CMYK
RGB Variations
Color information
#A0877B (or 0xA0877B) is known color: Almond Frost. HEX triplet: A0, 87 and 7B. RGB value is (160,135,123). Sum of RGB (Red+Green+Blue) = 160+135+123=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0877B is #5F7884. Grayscale: #8D8D8D. Windows color (decimal): -6256773 or 8095648. OLE color: 8095648.
HSL color Cylindrical-coordinate representation of color #A0877B: hue angle of 19.46º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0877B is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 123 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.37 |
| HSL | 19.46º | 0.16% | 0.55% | - |
| HSV(B) | 19.46º | 0.23% | 0.63% | - |
| XYZ | 26.74 | 26.23 | 22.39 | - |
| YUV | 141.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 123 | 0 | 0.16 | 0.23 | 0.37 | 19.46 | 0.16 | 0.55 |
| Hex | A0 | 87 | 7B | 0 | 10 | 17 | 25 | 13 | 10 | 37 |
| Octal | 240 | 207 | 173 | 0 | 20 | 27 | 45 | 23 | 20 | 67 |
| Binary | 10100000 | 10000111 | 1111011 | 0 | 10000 | 10111 | 100101 | 10011 | 10000 | 110111 |
Color Harmonies of #A0877B
Complementary color
Monochromatic Colors of #A0877B
Black with #A0877B
Text Example
Text Example
White with #A0877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0877B; }
p { color: rgb(160,135,123); }
H1.HeaderClassName
{
color: #A0877B;
}
.AnyTagClassName
{
color: #A0877B;
}
</style>
background-color css
<style>
a { background-color: #A0877B; }
a { background-color: rgb(160,135,123); }
div.DivClassName
{
background-color: #A0877B;
}
.BgClassName
{
background-color: #A0877B;
}
</style>
border-color css
<style>
span { border-color: #A0877B; }
span { border-color: rgb(160,135,123); }
td.TdClassName
{
border-color: #A0877B;
}
.TagClassName
{
border-color: #A0877B;
}
</style>