Shades of Almond Frost #A08C7D
Tints of Almond Frost #A08C7D
RGB
CMYK
RGB Variations
Color information
#A08C7D (or 0xA08C7D) is known color: Almond Frost. HEX triplet: A0, 8C and 7D. RGB value is (160,140,125). Sum of RGB (Red+Green+Blue) = 160+140+125=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C7D is #5F7382. Grayscale: #909090. Windows color (decimal): -6255491 or 8228000. OLE color: 8228000.
HSL color Cylindrical-coordinate representation of color #A08C7D: hue angle of 25.71º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A08C7D is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 125 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.37 |
| HSL | 25.71º | 0.16% | 0.56% | - |
| HSV(B) | 25.71º | 0.22% | 0.63% | - |
| XYZ | 27.58 | 27.71 | 23.3 | - |
| YUV | 144.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 125 | 0 | 0.12 | 0.22 | 0.37 | 25.71 | 0.16 | 0.56 |
| Hex | A0 | 8C | 7D | 0 | C | 16 | 25 | 1A | 10 | 38 |
| Octal | 240 | 214 | 175 | 0 | 14 | 26 | 45 | 32 | 20 | 70 |
| Binary | 10100000 | 10001100 | 1111101 | 0 | 1100 | 10110 | 100101 | 11010 | 10000 | 111000 |
Color Harmonies of #A08C7D
Complementary color
Monochromatic Colors of #A08C7D
Black with #A08C7D
Text Example
Text Example
White with #A08C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C7D; }
p { color: rgb(160,140,125); }
H1.HeaderClassName
{
color: #A08C7D;
}
.AnyTagClassName
{
color: #A08C7D;
}
</style>
background-color css
<style>
a { background-color: #A08C7D; }
a { background-color: rgb(160,140,125); }
div.DivClassName
{
background-color: #A08C7D;
}
.BgClassName
{
background-color: #A08C7D;
}
</style>
border-color css
<style>
span { border-color: #A08C7D; }
span { border-color: rgb(160,140,125); }
td.TdClassName
{
border-color: #A08C7D;
}
.TagClassName
{
border-color: #A08C7D;
}
</style>