Shades of Almond Frost #A08B7E
Tints of Almond Frost #A08B7E
RGB
CMYK
RGB Variations
Color information
#A08B7E (or 0xA08B7E) is known color: Almond Frost. HEX triplet: A0, 8B and 7E. RGB value is (160,139,126). Sum of RGB (Red+Green+Blue) = 160+139+126=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B7E is #5F7481. Grayscale: #8F8F8F. Windows color (decimal): -6255746 or 8293280. OLE color: 8293280.
HSL color Cylindrical-coordinate representation of color #A08B7E: hue angle of 22.94º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A08B7E is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 126 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.37 |
| HSL | 22.94º | 0.15% | 0.56% | - |
| HSV(B) | 22.94º | 0.21% | 0.63% | - |
| XYZ | 27.5 | 27.45 | 23.59 | - |
| YUV | 143.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 126 | 0 | 0.13 | 0.21 | 0.37 | 22.94 | 0.15 | 0.56 |
| Hex | A0 | 8B | 7E | 0 | D | 15 | 25 | 17 | F | 38 |
| Octal | 240 | 213 | 176 | 0 | 15 | 25 | 45 | 27 | 17 | 70 |
| Binary | 10100000 | 10001011 | 1111110 | 0 | 1101 | 10101 | 100101 | 10111 | 1111 | 111000 |
Color Harmonies of #A08B7E
Complementary color
Monochromatic Colors of #A08B7E
Black with #A08B7E
Text Example
Text Example
White with #A08B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B7E; }
p { color: rgb(160,139,126); }
H1.HeaderClassName
{
color: #A08B7E;
}
.AnyTagClassName
{
color: #A08B7E;
}
</style>
background-color css
<style>
a { background-color: #A08B7E; }
a { background-color: rgb(160,139,126); }
div.DivClassName
{
background-color: #A08B7E;
}
.BgClassName
{
background-color: #A08B7E;
}
</style>
border-color css
<style>
span { border-color: #A08B7E; }
span { border-color: rgb(160,139,126); }
td.TdClassName
{
border-color: #A08B7E;
}
.TagClassName
{
border-color: #A08B7E;
}
</style>