Shades of Almond Frost #A28473
Tints of Almond Frost #A28473
RGB
CMYK
RGB Variations
Color information
#A28473 (or 0xA28473) is known color: Almond Frost. HEX triplet: A2, 84 and 73. RGB value is (162,132,115). Sum of RGB (Red+Green+Blue) = 162+132+115=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A28473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28473 is #5D7B8C. Grayscale: #8B8B8B. Windows color (decimal): -6126477 or 7570594. OLE color: 7570594.
HSL color Cylindrical-coordinate representation of color #A28473: hue angle of 21.7º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A28473 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 115 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.36 |
| HSL | 21.7º | 0.2% | 0.54% | - |
| HSV(B) | 21.7º | 0.29% | 0.64% | - |
| XYZ | 26.25 | 25.42 | 19.74 | - |
| YUV | 139.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 115 | 0 | 0.19 | 0.29 | 0.36 | 21.7 | 0.2 | 0.54 |
| Hex | A2 | 84 | 73 | 0 | 13 | 1D | 24 | 16 | 14 | 36 |
| Octal | 242 | 204 | 163 | 0 | 23 | 35 | 44 | 26 | 24 | 66 |
| Binary | 10100010 | 10000100 | 1110011 | 0 | 10011 | 11101 | 100100 | 10110 | 10100 | 110110 |
Color Harmonies of #A28473
Complementary color
Monochromatic Colors of #A28473
Black with #A28473
Text Example
Text Example
White with #A28473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28473; }
p { color: rgb(162,132,115); }
H1.HeaderClassName
{
color: #A28473;
}
.AnyTagClassName
{
color: #A28473;
}
</style>
background-color css
<style>
a { background-color: #A28473; }
a { background-color: rgb(162,132,115); }
div.DivClassName
{
background-color: #A28473;
}
.BgClassName
{
background-color: #A28473;
}
</style>
border-color css
<style>
span { border-color: #A28473; }
span { border-color: rgb(162,132,115); }
td.TdClassName
{
border-color: #A28473;
}
.TagClassName
{
border-color: #A28473;
}
</style>