Shades of Almond Frost #A5897F
Tints of Almond Frost #A5897F
RGB
CMYK
RGB Variations
Color information
#A5897F (or 0xA5897F) is known color: Almond Frost. HEX triplet: A5, 89 and 7F. RGB value is (165,137,127). Sum of RGB (Red+Green+Blue) = 165+137+127=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A5897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5897F is #5A7680. Grayscale: #909090. Windows color (decimal): -5928577 or 8358309. OLE color: 8358309.
HSL color Cylindrical-coordinate representation of color #A5897F: hue angle of 15.79º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5897F is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 137 | 127 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.35 |
| HSL | 15.79º | 0.17% | 0.57% | - |
| HSV(B) | 15.79º | 0.23% | 0.65% | - |
| XYZ | 28.29 | 27.42 | 23.88 | - |
| YUV | 144.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 127 | 0 | 0.17 | 0.23 | 0.35 | 15.79 | 0.17 | 0.57 |
| Hex | A5 | 89 | 7F | 0 | 11 | 17 | 23 | 10 | 11 | 39 |
| Octal | 245 | 211 | 177 | 0 | 21 | 27 | 43 | 20 | 21 | 71 |
| Binary | 10100101 | 10001001 | 1111111 | 0 | 10001 | 10111 | 100011 | 10000 | 10001 | 111001 |
Color Harmonies of #A5897F
Complementary color
Monochromatic Colors of #A5897F
Black with #A5897F
Text Example
Text Example
White with #A5897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5897F; }
p { color: rgb(165,137,127); }
H1.HeaderClassName
{
color: #A5897F;
}
.AnyTagClassName
{
color: #A5897F;
}
</style>
background-color css
<style>
a { background-color: #A5897F; }
a { background-color: rgb(165,137,127); }
div.DivClassName
{
background-color: #A5897F;
}
.BgClassName
{
background-color: #A5897F;
}
</style>
border-color css
<style>
span { border-color: #A5897F; }
span { border-color: rgb(165,137,127); }
td.TdClassName
{
border-color: #A5897F;
}
.TagClassName
{
border-color: #A5897F;
}
</style>