Shades of Almond Frost #A08675
Tints of Almond Frost #A08675
RGB
CMYK
RGB Variations
Color information
#A08675 (or 0xA08675) is known color: Almond Frost. HEX triplet: A0, 86 and 75. RGB value is (160,134,117). Sum of RGB (Red+Green+Blue) = 160+134+117=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A08675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08675 is #5F798A. Grayscale: #8B8B8B. Windows color (decimal): -6257035 or 7702176. OLE color: 7702176.
HSL color Cylindrical-coordinate representation of color #A08675: hue angle of 23.72º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A08675 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 117 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.37 |
| HSL | 23.72º | 0.18% | 0.54% | - |
| HSV(B) | 23.72º | 0.27% | 0.63% | - |
| XYZ | 26.23 | 25.81 | 20.43 | - |
| YUV | 139.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 117 | 0 | 0.16 | 0.27 | 0.37 | 23.72 | 0.18 | 0.54 |
| Hex | A0 | 86 | 75 | 0 | 10 | 1B | 25 | 18 | 12 | 36 |
| Octal | 240 | 206 | 165 | 0 | 20 | 33 | 45 | 30 | 22 | 66 |
| Binary | 10100000 | 10000110 | 1110101 | 0 | 10000 | 11011 | 100101 | 11000 | 10010 | 110110 |
Color Harmonies of #A08675
Complementary color
Monochromatic Colors of #A08675
Black with #A08675
Text Example
Text Example
White with #A08675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08675; }
p { color: rgb(160,134,117); }
H1.HeaderClassName
{
color: #A08675;
}
.AnyTagClassName
{
color: #A08675;
}
</style>
background-color css
<style>
a { background-color: #A08675; }
a { background-color: rgb(160,134,117); }
div.DivClassName
{
background-color: #A08675;
}
.BgClassName
{
background-color: #A08675;
}
</style>
border-color css
<style>
span { border-color: #A08675; }
span { border-color: rgb(160,134,117); }
td.TdClassName
{
border-color: #A08675;
}
.TagClassName
{
border-color: #A08675;
}
</style>