Shades of Almond Frost #A08577
Tints of Almond Frost #A08577
RGB
CMYK
RGB Variations
Color information
#A08577 (or 0xA08577) is known color: Almond Frost. HEX triplet: A0, 85 and 77. RGB value is (160,133,119). Sum of RGB (Red+Green+Blue) = 160+133+119=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A08577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08577 is #5F7A88. Grayscale: #8B8B8B. Windows color (decimal): -6257289 or 7832992. OLE color: 7832992.
HSL color Cylindrical-coordinate representation of color #A08577: hue angle of 20.49º 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 #A08577 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 119 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.37 |
| HSL | 20.49º | 0.18% | 0.55% | - |
| HSV(B) | 20.49º | 0.26% | 0.63% | - |
| XYZ | 26.21 | 25.58 | 21.01 | - |
| YUV | 139.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 119 | 0 | 0.17 | 0.26 | 0.37 | 20.49 | 0.18 | 0.55 |
| Hex | A0 | 85 | 77 | 0 | 11 | 1A | 25 | 14 | 12 | 37 |
| Octal | 240 | 205 | 167 | 0 | 21 | 32 | 45 | 24 | 22 | 67 |
| Binary | 10100000 | 10000101 | 1110111 | 0 | 10001 | 11010 | 100101 | 10100 | 10010 | 110111 |
Color Harmonies of #A08577
Complementary color
Monochromatic Colors of #A08577
Black with #A08577
Text Example
Text Example
White with #A08577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08577; }
p { color: rgb(160,133,119); }
H1.HeaderClassName
{
color: #A08577;
}
.AnyTagClassName
{
color: #A08577;
}
</style>
background-color css
<style>
a { background-color: #A08577; }
a { background-color: rgb(160,133,119); }
div.DivClassName
{
background-color: #A08577;
}
.BgClassName
{
background-color: #A08577;
}
</style>
border-color css
<style>
span { border-color: #A08577; }
span { border-color: rgb(160,133,119); }
td.TdClassName
{
border-color: #A08577;
}
.TagClassName
{
border-color: #A08577;
}
</style>