Shades of Almond Frost #A18877
Tints of Almond Frost #A18877
RGB
CMYK
RGB Variations
Color information
#A18877 (or 0xA18877) is known color: Almond Frost. HEX triplet: A1, 88 and 77. RGB value is (161,136,119). Sum of RGB (Red+Green+Blue) = 161+136+119=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A18877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18877 is #5E7788. Grayscale: #8D8D8D. Windows color (decimal): -6190985 or 7833761. OLE color: 7833761.
HSL color Cylindrical-coordinate representation of color #A18877: hue angle of 24.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A18877 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 119 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.37 |
| HSL | 24.29º | 0.18% | 0.55% | - |
| HSV(B) | 24.29º | 0.26% | 0.63% | - |
| XYZ | 26.83 | 26.52 | 21.16 | - |
| YUV | 141.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 119 | 0 | 0.16 | 0.26 | 0.37 | 24.29 | 0.18 | 0.55 |
| Hex | A1 | 88 | 77 | 0 | 10 | 1A | 25 | 18 | 12 | 37 |
| Octal | 241 | 210 | 167 | 0 | 20 | 32 | 45 | 30 | 22 | 67 |
| Binary | 10100001 | 10001000 | 1110111 | 0 | 10000 | 11010 | 100101 | 11000 | 10010 | 110111 |
Color Harmonies of #A18877
Complementary color
Monochromatic Colors of #A18877
Black with #A18877
Text Example
Text Example
White with #A18877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18877; }
p { color: rgb(161,136,119); }
H1.HeaderClassName
{
color: #A18877;
}
.AnyTagClassName
{
color: #A18877;
}
</style>
background-color css
<style>
a { background-color: #A18877; }
a { background-color: rgb(161,136,119); }
div.DivClassName
{
background-color: #A18877;
}
.BgClassName
{
background-color: #A18877;
}
</style>
border-color css
<style>
span { border-color: #A18877; }
span { border-color: rgb(161,136,119); }
td.TdClassName
{
border-color: #A18877;
}
.TagClassName
{
border-color: #A18877;
}
</style>