Shades of Almond Frost #A18880
Tints of Almond Frost #A18880
RGB
CMYK
RGB Variations
Color information
#A18880 (or 0xA18880) is known color: Almond Frost. HEX triplet: A1, 88 and 80. RGB value is (161,136,128). Sum of RGB (Red+Green+Blue) = 161+136+128=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18880 is #5E777F. Grayscale: #8E8E8E. Windows color (decimal): -6190976 or 8423585. OLE color: 8423585.
HSL color Cylindrical-coordinate representation of color #A18880: hue angle of 14.55º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18880 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 128 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.37 |
| HSL | 14.55º | 0.15% | 0.57% | - |
| HSV(B) | 14.55º | 0.2% | 0.63% | - |
| XYZ | 27.4 | 26.74 | 24.14 | - |
| YUV | 142.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 128 | 0 | 0.16 | 0.20 | 0.37 | 14.55 | 0.15 | 0.57 |
| Hex | A1 | 88 | 80 | 0 | 10 | 14 | 25 | F | F | 39 |
| Octal | 241 | 210 | 200 | 0 | 20 | 24 | 45 | 17 | 17 | 71 |
| Binary | 10100001 | 10001000 | 10000000 | 0 | 10000 | 10100 | 100101 | 1111 | 1111 | 111001 |
Color Harmonies of #A18880
Complementary color
Monochromatic Colors of #A18880
Black with #A18880
Text Example
Text Example
White with #A18880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18880; }
p { color: rgb(161,136,128); }
H1.HeaderClassName
{
color: #A18880;
}
.AnyTagClassName
{
color: #A18880;
}
</style>
background-color css
<style>
a { background-color: #A18880; }
a { background-color: rgb(161,136,128); }
div.DivClassName
{
background-color: #A18880;
}
.BgClassName
{
background-color: #A18880;
}
</style>
border-color css
<style>
span { border-color: #A18880; }
span { border-color: rgb(161,136,128); }
td.TdClassName
{
border-color: #A18880;
}
.TagClassName
{
border-color: #A18880;
}
</style>