Shades of Almond Frost #A58476
Tints of Almond Frost #A58476
RGB
CMYK
RGB Variations
Color information
#A58476 (or 0xA58476) is known color: Almond Frost. HEX triplet: A5, 84 and 76. RGB value is (165,132,118). Sum of RGB (Red+Green+Blue) = 165+132+118=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A58476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58476 is #5A7B89. Grayscale: #8C8C8C. Windows color (decimal): -5929866 or 7767205. OLE color: 7767205.
HSL color Cylindrical-coordinate representation of color #A58476: hue angle of 17.87º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A58476 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 118 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.35 |
| HSL | 17.87º | 0.21% | 0.55% | - |
| HSV(B) | 17.87º | 0.28% | 0.65% | - |
| XYZ | 27.04 | 25.81 | 20.7 | - |
| YUV | 140.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 118 | 0 | 0.20 | 0.28 | 0.35 | 17.87 | 0.21 | 0.55 |
| Hex | A5 | 84 | 76 | 0 | 14 | 1C | 23 | 12 | 15 | 37 |
| Octal | 245 | 204 | 166 | 0 | 24 | 34 | 43 | 22 | 25 | 67 |
| Binary | 10100101 | 10000100 | 1110110 | 0 | 10100 | 11100 | 100011 | 10010 | 10101 | 110111 |
Color Harmonies of #A58476
Complementary color
Monochromatic Colors of #A58476
Black with #A58476
Text Example
Text Example
White with #A58476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58476; }
p { color: rgb(165,132,118); }
H1.HeaderClassName
{
color: #A58476;
}
.AnyTagClassName
{
color: #A58476;
}
</style>
background-color css
<style>
a { background-color: #A58476; }
a { background-color: rgb(165,132,118); }
div.DivClassName
{
background-color: #A58476;
}
.BgClassName
{
background-color: #A58476;
}
</style>
border-color css
<style>
span { border-color: #A58476; }
span { border-color: rgb(165,132,118); }
td.TdClassName
{
border-color: #A58476;
}
.TagClassName
{
border-color: #A58476;
}
</style>