Shades of Almond Frost #A2897F
Tints of Almond Frost #A2897F
RGB
CMYK
RGB Variations
Color information
#A2897F (or 0xA2897F) is known color: Almond Frost. HEX triplet: A2, 89 and 7F. RGB value is (162,137,127). Sum of RGB (Red+Green+Blue) = 162+137+127=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A2897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2897F is #5D7680. Grayscale: #8F8F8F. Windows color (decimal): -6125185 or 8358306. OLE color: 8358306.
HSL color Cylindrical-coordinate representation of color #A2897F: hue angle of 17.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2897F is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 137 | 127 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.36 |
| HSL | 17.14º | 0.16% | 0.57% | - |
| HSV(B) | 17.14º | 0.22% | 0.64% | - |
| XYZ | 27.68 | 27.11 | 23.85 | - |
| YUV | 143.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 127 | 0 | 0.15 | 0.22 | 0.36 | 17.14 | 0.16 | 0.57 |
| Hex | A2 | 89 | 7F | 0 | F | 16 | 24 | 11 | 10 | 39 |
| Octal | 242 | 211 | 177 | 0 | 17 | 26 | 44 | 21 | 20 | 71 |
| Binary | 10100010 | 10001001 | 1111111 | 0 | 1111 | 10110 | 100100 | 10001 | 10000 | 111001 |
Color Harmonies of #A2897F
Complementary color
Monochromatic Colors of #A2897F
Black with #A2897F
Text Example
Text Example
White with #A2897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2897F; }
p { color: rgb(162,137,127); }
H1.HeaderClassName
{
color: #A2897F;
}
.AnyTagClassName
{
color: #A2897F;
}
</style>
background-color css
<style>
a { background-color: #A2897F; }
a { background-color: rgb(162,137,127); }
div.DivClassName
{
background-color: #A2897F;
}
.BgClassName
{
background-color: #A2897F;
}
</style>
border-color css
<style>
span { border-color: #A2897F; }
span { border-color: rgb(162,137,127); }
td.TdClassName
{
border-color: #A2897F;
}
.TagClassName
{
border-color: #A2897F;
}
</style>