Shades of Almond Frost #A1887D
Tints of Almond Frost #A1887D
RGB
CMYK
RGB Variations
Color information
#A1887D (or 0xA1887D) is known color: Almond Frost. HEX triplet: A1, 88 and 7D. RGB value is (161,136,125). Sum of RGB (Red+Green+Blue) = 161+136+125=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A1887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1887D is #5E7782. Grayscale: #8E8E8E. Windows color (decimal): -6190979 or 8226977. OLE color: 8226977.
HSL color Cylindrical-coordinate representation of color #A1887D: hue angle of 18.33º 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 #A1887D is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 125 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.37 |
| HSL | 18.33º | 0.16% | 0.56% | - |
| HSV(B) | 18.33º | 0.22% | 0.63% | - |
| XYZ | 27.2 | 26.67 | 23.12 | - |
| YUV | 142.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 125 | 0 | 0.16 | 0.22 | 0.37 | 18.33 | 0.16 | 0.56 |
| Hex | A1 | 88 | 7D | 0 | 10 | 16 | 25 | 12 | 10 | 38 |
| Octal | 241 | 210 | 175 | 0 | 20 | 26 | 45 | 22 | 20 | 70 |
| Binary | 10100001 | 10001000 | 1111101 | 0 | 10000 | 10110 | 100101 | 10010 | 10000 | 111000 |
Color Harmonies of #A1887D
Complementary color
Monochromatic Colors of #A1887D
Black with #A1887D
Text Example
Text Example
White with #A1887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1887D; }
p { color: rgb(161,136,125); }
H1.HeaderClassName
{
color: #A1887D;
}
.AnyTagClassName
{
color: #A1887D;
}
</style>
background-color css
<style>
a { background-color: #A1887D; }
a { background-color: rgb(161,136,125); }
div.DivClassName
{
background-color: #A1887D;
}
.BgClassName
{
background-color: #A1887D;
}
</style>
border-color css
<style>
span { border-color: #A1887D; }
span { border-color: rgb(161,136,125); }
td.TdClassName
{
border-color: #A1887D;
}
.TagClassName
{
border-color: #A1887D;
}
</style>