Shades of Almond Frost #A18578
Tints of Almond Frost #A18578
RGB
CMYK
RGB Variations
Color information
#A18578 (or 0xA18578) is known color: Almond Frost. HEX triplet: A1, 85 and 78. RGB value is (161,133,120). Sum of RGB (Red+Green+Blue) = 161+133+120=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A18578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18578 is #5E7A87. Grayscale: #8B8B8B. Windows color (decimal): -6191752 or 7898529. OLE color: 7898529.
HSL color Cylindrical-coordinate representation of color #A18578: hue angle of 19.02º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A18578 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 120 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.37 |
| HSL | 19.02º | 0.18% | 0.55% | - |
| HSV(B) | 19.02º | 0.25% | 0.63% | - |
| XYZ | 26.48 | 25.71 | 21.34 | - |
| YUV | 139.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 120 | 0 | 0.17 | 0.25 | 0.37 | 19.02 | 0.18 | 0.55 |
| Hex | A1 | 85 | 78 | 0 | 11 | 19 | 25 | 13 | 12 | 37 |
| Octal | 241 | 205 | 170 | 0 | 21 | 31 | 45 | 23 | 22 | 67 |
| Binary | 10100001 | 10000101 | 1111000 | 0 | 10001 | 11001 | 100101 | 10011 | 10010 | 110111 |
Color Harmonies of #A18578
Complementary color
Monochromatic Colors of #A18578
Black with #A18578
Text Example
Text Example
White with #A18578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18578; }
p { color: rgb(161,133,120); }
H1.HeaderClassName
{
color: #A18578;
}
.AnyTagClassName
{
color: #A18578;
}
</style>
background-color css
<style>
a { background-color: #A18578; }
a { background-color: rgb(161,133,120); }
div.DivClassName
{
background-color: #A18578;
}
.BgClassName
{
background-color: #A18578;
}
</style>
border-color css
<style>
span { border-color: #A18578; }
span { border-color: rgb(161,133,120); }
td.TdClassName
{
border-color: #A18578;
}
.TagClassName
{
border-color: #A18578;
}
</style>