Shades of Almond Frost #A08D81
Tints of Almond Frost #A08D81
RGB
CMYK
RGB Variations
Color information
#A08D81 (or 0xA08D81) is known color: Almond Frost. HEX triplet: A0, 8D and 81. RGB value is (160,141,129). Sum of RGB (Red+Green+Blue) = 160+141+129=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08D81 is #5F727E. Grayscale: #919191. Windows color (decimal): -6255231 or 8490400. OLE color: 8490400.
HSL color Cylindrical-coordinate representation of color #A08D81: hue angle of 23.23º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A08D81 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 129 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.37 |
| HSL | 23.23º | 0.14% | 0.57% | - |
| HSV(B) | 23.23º | 0.19% | 0.63% | - |
| XYZ | 27.98 | 28.11 | 24.72 | - |
| YUV | 145.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 129 | 0 | 0.12 | 0.19 | 0.37 | 23.23 | 0.14 | 0.57 |
| Hex | A0 | 8D | 81 | 0 | C | 13 | 25 | 17 | E | 39 |
| Octal | 240 | 215 | 201 | 0 | 14 | 23 | 45 | 27 | 16 | 71 |
| Binary | 10100000 | 10001101 | 10000001 | 0 | 1100 | 10011 | 100101 | 10111 | 1110 | 111001 |
Color Harmonies of #A08D81
Complementary color
Monochromatic Colors of #A08D81
Black with #A08D81
Text Example
Text Example
White with #A08D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D81; }
p { color: rgb(160,141,129); }
H1.HeaderClassName
{
color: #A08D81;
}
.AnyTagClassName
{
color: #A08D81;
}
</style>
background-color css
<style>
a { background-color: #A08D81; }
a { background-color: rgb(160,141,129); }
div.DivClassName
{
background-color: #A08D81;
}
.BgClassName
{
background-color: #A08D81;
}
</style>
border-color css
<style>
span { border-color: #A08D81; }
span { border-color: rgb(160,141,129); }
td.TdClassName
{
border-color: #A08D81;
}
.TagClassName
{
border-color: #A08D81;
}
</style>