Shades of Almond Frost #A08572
Tints of Almond Frost #A08572
RGB
CMYK
RGB Variations
Color information
#A08572 (or 0xA08572) is known color: Almond Frost. HEX triplet: A0, 85 and 72. RGB value is (160,133,114). Sum of RGB (Red+Green+Blue) = 160+133+114=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A08572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08572 is #5F7A8D. Grayscale: #8B8B8B. Windows color (decimal): -6257294 or 7505312. OLE color: 7505312.
HSL color Cylindrical-coordinate representation of color #A08572: hue angle of 24.78º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08572 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 114 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.37 |
| HSL | 24.78º | 0.19% | 0.54% | - |
| HSV(B) | 24.78º | 0.29% | 0.63% | - |
| XYZ | 25.92 | 25.46 | 19.47 | - |
| YUV | 138.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 114 | 0 | 0.17 | 0.29 | 0.37 | 24.78 | 0.19 | 0.54 |
| Hex | A0 | 85 | 72 | 0 | 11 | 1D | 25 | 19 | 13 | 36 |
| Octal | 240 | 205 | 162 | 0 | 21 | 35 | 45 | 31 | 23 | 66 |
| Binary | 10100000 | 10000101 | 1110010 | 0 | 10001 | 11101 | 100101 | 11001 | 10011 | 110110 |
Color Harmonies of #A08572
Complementary color
Monochromatic Colors of #A08572
Black with #A08572
Text Example
Text Example
White with #A08572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08572; }
p { color: rgb(160,133,114); }
H1.HeaderClassName
{
color: #A08572;
}
.AnyTagClassName
{
color: #A08572;
}
</style>
background-color css
<style>
a { background-color: #A08572; }
a { background-color: rgb(160,133,114); }
div.DivClassName
{
background-color: #A08572;
}
.BgClassName
{
background-color: #A08572;
}
</style>
border-color css
<style>
span { border-color: #A08572; }
span { border-color: rgb(160,133,114); }
td.TdClassName
{
border-color: #A08572;
}
.TagClassName
{
border-color: #A08572;
}
</style>