Shades of Almond Frost #A1897E
Tints of Almond Frost #A1897E
RGB
CMYK
RGB Variations
Color information
#A1897E (or 0xA1897E) is known color: Almond Frost. HEX triplet: A1, 89 and 7E. RGB value is (161,137,126). Sum of RGB (Red+Green+Blue) = 161+137+126=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A1897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1897E is #5E7681. Grayscale: #8E8E8E. Windows color (decimal): -6190722 or 8292769. OLE color: 8292769.
HSL color Cylindrical-coordinate representation of color #A1897E: hue angle of 18.86º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1897E is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 126 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.37 |
| HSL | 18.86º | 0.16% | 0.56% | - |
| HSV(B) | 18.86º | 0.22% | 0.63% | - |
| XYZ | 27.41 | 26.97 | 23.5 | - |
| YUV | 142.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 126 | 0 | 0.15 | 0.22 | 0.37 | 18.86 | 0.16 | 0.56 |
| Hex | A1 | 89 | 7E | 0 | F | 16 | 25 | 13 | 10 | 38 |
| Octal | 241 | 211 | 176 | 0 | 17 | 26 | 45 | 23 | 20 | 70 |
| Binary | 10100001 | 10001001 | 1111110 | 0 | 1111 | 10110 | 100101 | 10011 | 10000 | 111000 |
Color Harmonies of #A1897E
Complementary color
Monochromatic Colors of #A1897E
Black with #A1897E
Text Example
Text Example
White with #A1897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1897E; }
p { color: rgb(161,137,126); }
H1.HeaderClassName
{
color: #A1897E;
}
.AnyTagClassName
{
color: #A1897E;
}
</style>
background-color css
<style>
a { background-color: #A1897E; }
a { background-color: rgb(161,137,126); }
div.DivClassName
{
background-color: #A1897E;
}
.BgClassName
{
background-color: #A1897E;
}
</style>
border-color css
<style>
span { border-color: #A1897E; }
span { border-color: rgb(161,137,126); }
td.TdClassName
{
border-color: #A1897E;
}
.TagClassName
{
border-color: #A1897E;
}
</style>