Shades of Almond Frost #A08477
Tints of Almond Frost #A08477
RGB
CMYK
RGB Variations
Color information
#A08477 (or 0xA08477) is known color: Almond Frost. HEX triplet: A0, 84 and 77. RGB value is (160,132,119). Sum of RGB (Red+Green+Blue) = 160+132+119=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A08477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08477 is #5F7B88. Grayscale: #8A8A8A. Windows color (decimal): -6257545 or 7832736. OLE color: 7832736.
HSL color Cylindrical-coordinate representation of color #A08477: hue angle of 19.02º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A08477 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 119 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.37 |
| HSL | 19.02º | 0.18% | 0.55% | - |
| HSV(B) | 19.02º | 0.26% | 0.63% | - |
| XYZ | 26.08 | 25.31 | 20.96 | - |
| YUV | 138.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 119 | 0 | 0.17 | 0.26 | 0.37 | 19.02 | 0.18 | 0.55 |
| Hex | A0 | 84 | 77 | 0 | 11 | 1A | 25 | 13 | 12 | 37 |
| Octal | 240 | 204 | 167 | 0 | 21 | 32 | 45 | 23 | 22 | 67 |
| Binary | 10100000 | 10000100 | 1110111 | 0 | 10001 | 11010 | 100101 | 10011 | 10010 | 110111 |
Color Harmonies of #A08477
Complementary color
Monochromatic Colors of #A08477
Black with #A08477
Text Example
Text Example
White with #A08477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08477; }
p { color: rgb(160,132,119); }
H1.HeaderClassName
{
color: #A08477;
}
.AnyTagClassName
{
color: #A08477;
}
</style>
background-color css
<style>
a { background-color: #A08477; }
a { background-color: rgb(160,132,119); }
div.DivClassName
{
background-color: #A08477;
}
.BgClassName
{
background-color: #A08477;
}
</style>
border-color css
<style>
span { border-color: #A08477; }
span { border-color: rgb(160,132,119); }
td.TdClassName
{
border-color: #A08477;
}
.TagClassName
{
border-color: #A08477;
}
</style>