Shades of Almond Frost #A18575
Tints of Almond Frost #A18575
RGB
CMYK
RGB Variations
Color information
#A18575 (or 0xA18575) is known color: Almond Frost. HEX triplet: A1, 85 and 75. RGB value is (161,133,117). Sum of RGB (Red+Green+Blue) = 161+133+117=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A18575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18575 is #5E7A8A. Grayscale: #8B8B8B. Windows color (decimal): -6191755 or 7701921. OLE color: 7701921.
HSL color Cylindrical-coordinate representation of color #A18575: hue angle of 21.82º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A18575 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 117 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.37 |
| HSL | 21.82º | 0.19% | 0.55% | - |
| HSV(B) | 21.82º | 0.27% | 0.63% | - |
| XYZ | 26.3 | 25.64 | 20.39 | - |
| YUV | 139.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 117 | 0 | 0.17 | 0.27 | 0.37 | 21.82 | 0.19 | 0.55 |
| Hex | A1 | 85 | 75 | 0 | 11 | 1B | 25 | 16 | 13 | 37 |
| Octal | 241 | 205 | 165 | 0 | 21 | 33 | 45 | 26 | 23 | 67 |
| Binary | 10100001 | 10000101 | 1110101 | 0 | 10001 | 11011 | 100101 | 10110 | 10011 | 110111 |
Color Harmonies of #A18575
Complementary color
Monochromatic Colors of #A18575
Black with #A18575
Text Example
Text Example
White with #A18575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18575; }
p { color: rgb(161,133,117); }
H1.HeaderClassName
{
color: #A18575;
}
.AnyTagClassName
{
color: #A18575;
}
</style>
background-color css
<style>
a { background-color: #A18575; }
a { background-color: rgb(161,133,117); }
div.DivClassName
{
background-color: #A18575;
}
.BgClassName
{
background-color: #A18575;
}
</style>
border-color css
<style>
span { border-color: #A18575; }
span { border-color: rgb(161,133,117); }
td.TdClassName
{
border-color: #A18575;
}
.TagClassName
{
border-color: #A18575;
}
</style>