Shades of Almond Frost #A88573
Tints of Almond Frost #A88573
RGB
CMYK
RGB Variations
Color information
#A88573 (or 0xA88573) is known color: Almond Frost. HEX triplet: A8, 85 and 73. RGB value is (168,133,115). Sum of RGB (Red+Green+Blue) = 168+133+115=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A88573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88573 is #577A8C. Grayscale: #8D8D8D. Windows color (decimal): -5733005 or 7570856. OLE color: 7570856.
HSL color Cylindrical-coordinate representation of color #A88573: hue angle of 20.38º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A88573 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 115 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.34 |
| HSL | 20.38º | 0.23% | 0.55% | - |
| HSV(B) | 20.38º | 0.32% | 0.66% | - |
| XYZ | 27.63 | 26.34 | 19.85 | - |
| YUV | 141.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 115 | 0 | 0.21 | 0.32 | 0.34 | 20.38 | 0.23 | 0.55 |
| Hex | A8 | 85 | 73 | 0 | 15 | 20 | 22 | 14 | 17 | 37 |
| Octal | 250 | 205 | 163 | 0 | 25 | 40 | 42 | 24 | 27 | 67 |
| Binary | 10101000 | 10000101 | 1110011 | 0 | 10101 | 100000 | 100010 | 10100 | 10111 | 110111 |
Color Harmonies of #A88573
Complementary color
Monochromatic Colors of #A88573
Black with #A88573
Text Example
Text Example
White with #A88573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88573; }
p { color: rgb(168,133,115); }
H1.HeaderClassName
{
color: #A88573;
}
.AnyTagClassName
{
color: #A88573;
}
</style>
background-color css
<style>
a { background-color: #A88573; }
a { background-color: rgb(168,133,115); }
div.DivClassName
{
background-color: #A88573;
}
.BgClassName
{
background-color: #A88573;
}
</style>
border-color css
<style>
span { border-color: #A88573; }
span { border-color: rgb(168,133,115); }
td.TdClassName
{
border-color: #A88573;
}
.TagClassName
{
border-color: #A88573;
}
</style>