Shades of Almond Frost #A28474
Tints of Almond Frost #A28474
RGB
CMYK
RGB Variations
Color information
#A28474 (or 0xA28474) is known color: Almond Frost. HEX triplet: A2, 84 and 74. RGB value is (162,132,116). Sum of RGB (Red+Green+Blue) = 162+132+116=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A28474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28474 is #5D7B8B. Grayscale: #8B8B8B. Windows color (decimal): -6126476 or 7636130. OLE color: 7636130.
HSL color Cylindrical-coordinate representation of color #A28474: hue angle of 20.87º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A28474 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 116 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.36 |
| HSL | 20.87º | 0.2% | 0.55% | - |
| HSV(B) | 20.87º | 0.28% | 0.64% | - |
| XYZ | 26.3 | 25.44 | 20.05 | - |
| YUV | 139.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 116 | 0 | 0.19 | 0.28 | 0.36 | 20.87 | 0.2 | 0.55 |
| Hex | A2 | 84 | 74 | 0 | 13 | 1C | 24 | 15 | 14 | 37 |
| Octal | 242 | 204 | 164 | 0 | 23 | 34 | 44 | 25 | 24 | 67 |
| Binary | 10100010 | 10000100 | 1110100 | 0 | 10011 | 11100 | 100100 | 10101 | 10100 | 110111 |
Color Harmonies of #A28474
Complementary color
Monochromatic Colors of #A28474
Black with #A28474
Text Example
Text Example
White with #A28474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28474; }
p { color: rgb(162,132,116); }
H1.HeaderClassName
{
color: #A28474;
}
.AnyTagClassName
{
color: #A28474;
}
</style>
background-color css
<style>
a { background-color: #A28474; }
a { background-color: rgb(162,132,116); }
div.DivClassName
{
background-color: #A28474;
}
.BgClassName
{
background-color: #A28474;
}
</style>
border-color css
<style>
span { border-color: #A28474; }
span { border-color: rgb(162,132,116); }
td.TdClassName
{
border-color: #A28474;
}
.TagClassName
{
border-color: #A28474;
}
</style>