Shades of Almond Frost #A08673
Tints of Almond Frost #A08673
RGB
CMYK
RGB Variations
Color information
#A08673 (or 0xA08673) is known color: Almond Frost. HEX triplet: A0, 86 and 73. RGB value is (160,134,115). Sum of RGB (Red+Green+Blue) = 160+134+115=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A08673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08673 is #5F798C. Grayscale: #8B8B8B. Windows color (decimal): -6257037 or 7571104. OLE color: 7571104.
HSL color Cylindrical-coordinate representation of color #A08673: hue angle of 25.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A08673 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 115 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.37 |
| HSL | 25.33º | 0.19% | 0.54% | - |
| HSV(B) | 25.33º | 0.28% | 0.63% | - |
| XYZ | 26.12 | 25.76 | 19.82 | - |
| YUV | 139.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 115 | 0 | 0.16 | 0.28 | 0.37 | 25.33 | 0.19 | 0.54 |
| Hex | A0 | 86 | 73 | 0 | 10 | 1C | 25 | 19 | 13 | 36 |
| Octal | 240 | 206 | 163 | 0 | 20 | 34 | 45 | 31 | 23 | 66 |
| Binary | 10100000 | 10000110 | 1110011 | 0 | 10000 | 11100 | 100101 | 11001 | 10011 | 110110 |
Color Harmonies of #A08673
Complementary color
Monochromatic Colors of #A08673
Black with #A08673
Text Example
Text Example
White with #A08673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08673; }
p { color: rgb(160,134,115); }
H1.HeaderClassName
{
color: #A08673;
}
.AnyTagClassName
{
color: #A08673;
}
</style>
background-color css
<style>
a { background-color: #A08673; }
a { background-color: rgb(160,134,115); }
div.DivClassName
{
background-color: #A08673;
}
.BgClassName
{
background-color: #A08673;
}
</style>
border-color css
<style>
span { border-color: #A08673; }
span { border-color: rgb(160,134,115); }
td.TdClassName
{
border-color: #A08673;
}
.TagClassName
{
border-color: #A08673;
}
</style>