Shades of Almond Frost #A18C7C
Tints of Almond Frost #A18C7C
RGB
CMYK
RGB Variations
Color information
#A18C7C (or 0xA18C7C) is known color: Almond Frost. HEX triplet: A1, 8C and 7C. RGB value is (161,140,124). Sum of RGB (Red+Green+Blue) = 161+140+124=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C7C is #5E7383. Grayscale: #909090. Windows color (decimal): -6189956 or 8162465. OLE color: 8162465.
HSL color Cylindrical-coordinate representation of color #A18C7C: hue angle of 25.95º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A18C7C is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 124 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.37 |
| HSL | 25.95º | 0.16% | 0.56% | - |
| HSV(B) | 25.95º | 0.23% | 0.63% | - |
| XYZ | 27.71 | 27.79 | 22.97 | - |
| YUV | 144.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 124 | 0 | 0.13 | 0.23 | 0.37 | 25.95 | 0.16 | 0.56 |
| Hex | A1 | 8C | 7C | 0 | D | 17 | 25 | 1A | 10 | 38 |
| Octal | 241 | 214 | 174 | 0 | 15 | 27 | 45 | 32 | 20 | 70 |
| Binary | 10100001 | 10001100 | 1111100 | 0 | 1101 | 10111 | 100101 | 11010 | 10000 | 111000 |
Color Harmonies of #A18C7C
Complementary color
Monochromatic Colors of #A18C7C
Black with #A18C7C
Text Example
Text Example
White with #A18C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C7C; }
p { color: rgb(161,140,124); }
H1.HeaderClassName
{
color: #A18C7C;
}
.AnyTagClassName
{
color: #A18C7C;
}
</style>
background-color css
<style>
a { background-color: #A18C7C; }
a { background-color: rgb(161,140,124); }
div.DivClassName
{
background-color: #A18C7C;
}
.BgClassName
{
background-color: #A18C7C;
}
</style>
border-color css
<style>
span { border-color: #A18C7C; }
span { border-color: rgb(161,140,124); }
td.TdClassName
{
border-color: #A18C7C;
}
.TagClassName
{
border-color: #A18C7C;
}
</style>