Shades of Almond Frost #A28476
Tints of Almond Frost #A28476
RGB
CMYK
RGB Variations
Color information
#A28476 (or 0xA28476) is known color: Almond Frost. HEX triplet: A2, 84 and 76. RGB value is (162,132,118). Sum of RGB (Red+Green+Blue) = 162+132+118=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A28476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28476 is #5D7B89. Grayscale: #8B8B8B. Windows color (decimal): -6126474 or 7767202. OLE color: 7767202.
HSL color Cylindrical-coordinate representation of color #A28476: hue angle of 19.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A28476 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 118 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.36 |
| HSL | 19.09º | 0.19% | 0.55% | - |
| HSV(B) | 19.09º | 0.27% | 0.64% | - |
| XYZ | 26.42 | 25.49 | 20.67 | - |
| YUV | 139.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 118 | 0 | 0.19 | 0.27 | 0.36 | 19.09 | 0.19 | 0.55 |
| Hex | A2 | 84 | 76 | 0 | 13 | 1B | 24 | 13 | 13 | 37 |
| Octal | 242 | 204 | 166 | 0 | 23 | 33 | 44 | 23 | 23 | 67 |
| Binary | 10100010 | 10000100 | 1110110 | 0 | 10011 | 11011 | 100100 | 10011 | 10011 | 110111 |
Color Harmonies of #A28476
Complementary color
Monochromatic Colors of #A28476
Black with #A28476
Text Example
Text Example
White with #A28476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28476; }
p { color: rgb(162,132,118); }
H1.HeaderClassName
{
color: #A28476;
}
.AnyTagClassName
{
color: #A28476;
}
</style>
background-color css
<style>
a { background-color: #A28476; }
a { background-color: rgb(162,132,118); }
div.DivClassName
{
background-color: #A28476;
}
.BgClassName
{
background-color: #A28476;
}
</style>
border-color css
<style>
span { border-color: #A28476; }
span { border-color: rgb(162,132,118); }
td.TdClassName
{
border-color: #A28476;
}
.TagClassName
{
border-color: #A28476;
}
</style>