Shades of Almond Frost #A5897D
Tints of Almond Frost #A5897D
RGB
CMYK
RGB Variations
Color information
#A5897D (or 0xA5897D) is known color: Almond Frost. HEX triplet: A5, 89 and 7D. RGB value is (165,137,125). Sum of RGB (Red+Green+Blue) = 165+137+125=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A5897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5897D is #5A7682. Grayscale: #909090. Windows color (decimal): -5928579 or 8227237. OLE color: 8227237.
HSL color Cylindrical-coordinate representation of color #A5897D: hue angle of 18º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5897D is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 137 | 125 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.35 |
| HSL | 18º | 0.18% | 0.57% | - |
| HSV(B) | 18º | 0.24% | 0.65% | - |
| XYZ | 28.16 | 27.37 | 23.2 | - |
| YUV | 144 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 125 | 0 | 0.17 | 0.24 | 0.35 | 18 | 0.18 | 0.57 |
| Hex | A5 | 89 | 7D | 0 | 11 | 18 | 23 | 12 | 12 | 39 |
| Octal | 245 | 211 | 175 | 0 | 21 | 30 | 43 | 22 | 22 | 71 |
| Binary | 10100101 | 10001001 | 1111101 | 0 | 10001 | 11000 | 100011 | 10010 | 10010 | 111001 |
Color Harmonies of #A5897D
Complementary color
Monochromatic Colors of #A5897D
Black with #A5897D
Text Example
Text Example
White with #A5897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5897D; }
p { color: rgb(165,137,125); }
H1.HeaderClassName
{
color: #A5897D;
}
.AnyTagClassName
{
color: #A5897D;
}
</style>
background-color css
<style>
a { background-color: #A5897D; }
a { background-color: rgb(165,137,125); }
div.DivClassName
{
background-color: #A5897D;
}
.BgClassName
{
background-color: #A5897D;
}
</style>
border-color css
<style>
span { border-color: #A5897D; }
span { border-color: rgb(165,137,125); }
td.TdClassName
{
border-color: #A5897D;
}
.TagClassName
{
border-color: #A5897D;
}
</style>