Shades of Almond Frost #A18D7B
Tints of Almond Frost #A18D7B
RGB
CMYK
RGB Variations
Color information
#A18D7B (or 0xA18D7B) is known color: Almond Frost. HEX triplet: A1, 8D and 7B. RGB value is (161,141,123). Sum of RGB (Red+Green+Blue) = 161+141+123=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D7B is #5E7284. Grayscale: #919191. Windows color (decimal): -6189701 or 8097185. OLE color: 8097185.
HSL color Cylindrical-coordinate representation of color #A18D7B: hue angle of 28.42º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A18D7B is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 123 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.37 |
| HSL | 28.42º | 0.17% | 0.56% | - |
| HSV(B) | 28.42º | 0.24% | 0.63% | - |
| XYZ | 27.8 | 28.06 | 22.69 | - |
| YUV | 144.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 123 | 0 | 0.12 | 0.24 | 0.37 | 28.42 | 0.17 | 0.56 |
| Hex | A1 | 8D | 7B | 0 | C | 18 | 25 | 1C | 11 | 38 |
| Octal | 241 | 215 | 173 | 0 | 14 | 30 | 45 | 34 | 21 | 70 |
| Binary | 10100001 | 10001101 | 1111011 | 0 | 1100 | 11000 | 100101 | 11100 | 10001 | 111000 |
Color Harmonies of #A18D7B
Complementary color
Monochromatic Colors of #A18D7B
Black with #A18D7B
Text Example
Text Example
White with #A18D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D7B; }
p { color: rgb(161,141,123); }
H1.HeaderClassName
{
color: #A18D7B;
}
.AnyTagClassName
{
color: #A18D7B;
}
</style>
background-color css
<style>
a { background-color: #A18D7B; }
a { background-color: rgb(161,141,123); }
div.DivClassName
{
background-color: #A18D7B;
}
.BgClassName
{
background-color: #A18D7B;
}
</style>
border-color css
<style>
span { border-color: #A18D7B; }
span { border-color: rgb(161,141,123); }
td.TdClassName
{
border-color: #A18D7B;
}
.TagClassName
{
border-color: #A18D7B;
}
</style>