Shades of Almond Frost #A08B7F
Tints of Almond Frost #A08B7F
RGB
CMYK
RGB Variations
Color information
#A08B7F (or 0xA08B7F) is known color: Almond Frost. HEX triplet: A0, 8B and 7F. RGB value is (160,139,127). Sum of RGB (Red+Green+Blue) = 160+139+127=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B7F is #5F7480. Grayscale: #8F8F8F. Windows color (decimal): -6255745 or 8358816. OLE color: 8358816.
HSL color Cylindrical-coordinate representation of color #A08B7F: hue angle of 21.82º 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 #A08B7F is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 127 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.37 |
| HSL | 21.82º | 0.15% | 0.56% | - |
| HSV(B) | 21.82º | 0.21% | 0.63% | - |
| XYZ | 27.56 | 27.47 | 23.93 | - |
| YUV | 143.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 127 | 0 | 0.13 | 0.21 | 0.37 | 21.82 | 0.15 | 0.56 |
| Hex | A0 | 8B | 7F | 0 | D | 15 | 25 | 16 | F | 38 |
| Octal | 240 | 213 | 177 | 0 | 15 | 25 | 45 | 26 | 17 | 70 |
| Binary | 10100000 | 10001011 | 1111111 | 0 | 1101 | 10101 | 100101 | 10110 | 1111 | 111000 |
Color Harmonies of #A08B7F
Complementary color
Monochromatic Colors of #A08B7F
Black with #A08B7F
Text Example
Text Example
White with #A08B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B7F; }
p { color: rgb(160,139,127); }
H1.HeaderClassName
{
color: #A08B7F;
}
.AnyTagClassName
{
color: #A08B7F;
}
</style>
background-color css
<style>
a { background-color: #A08B7F; }
a { background-color: rgb(160,139,127); }
div.DivClassName
{
background-color: #A08B7F;
}
.BgClassName
{
background-color: #A08B7F;
}
</style>
border-color css
<style>
span { border-color: #A08B7F; }
span { border-color: rgb(160,139,127); }
td.TdClassName
{
border-color: #A08B7F;
}
.TagClassName
{
border-color: #A08B7F;
}
</style>