Shades of Almond Frost #A28673
Tints of Almond Frost #A28673
RGB
CMYK
RGB Variations
Color information
#A28673 (or 0xA28673) is known color: Almond Frost. HEX triplet: A2, 86 and 73. RGB value is (162,134,115). Sum of RGB (Red+Green+Blue) = 162+134+115=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A28673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28673 is #5D798C. Grayscale: #8C8C8C. Windows color (decimal): -6125965 or 7571106. OLE color: 7571106.
HSL color Cylindrical-coordinate representation of color #A28673: hue angle of 24.26º 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 #A28673 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 115 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.36 |
| HSL | 24.26º | 0.2% | 0.54% | - |
| HSV(B) | 24.26º | 0.29% | 0.64% | - |
| XYZ | 26.52 | 25.97 | 19.83 | - |
| YUV | 140.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 115 | 0 | 0.17 | 0.29 | 0.36 | 24.26 | 0.2 | 0.54 |
| Hex | A2 | 86 | 73 | 0 | 11 | 1D | 24 | 18 | 14 | 36 |
| Octal | 242 | 206 | 163 | 0 | 21 | 35 | 44 | 30 | 24 | 66 |
| Binary | 10100010 | 10000110 | 1110011 | 0 | 10001 | 11101 | 100100 | 11000 | 10100 | 110110 |
Color Harmonies of #A28673
Complementary color
Monochromatic Colors of #A28673
Black with #A28673
Text Example
Text Example
White with #A28673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28673; }
p { color: rgb(162,134,115); }
H1.HeaderClassName
{
color: #A28673;
}
.AnyTagClassName
{
color: #A28673;
}
</style>
background-color css
<style>
a { background-color: #A28673; }
a { background-color: rgb(162,134,115); }
div.DivClassName
{
background-color: #A28673;
}
.BgClassName
{
background-color: #A28673;
}
</style>
border-color css
<style>
span { border-color: #A28673; }
span { border-color: rgb(162,134,115); }
td.TdClassName
{
border-color: #A28673;
}
.TagClassName
{
border-color: #A28673;
}
</style>