Shades of Almond Frost #A08B7B
Tints of Almond Frost #A08B7B
RGB
CMYK
RGB Variations
Color information
#A08B7B (or 0xA08B7B) is known color: Almond Frost. HEX triplet: A0, 8B and 7B. RGB value is (160,139,123). Sum of RGB (Red+Green+Blue) = 160+139+123=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B7B is #5F7484. Grayscale: #8F8F8F. Windows color (decimal): -6255749 or 8096672. OLE color: 8096672.
HSL color Cylindrical-coordinate representation of color #A08B7B: hue angle of 25.95º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A08B7B is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 123 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.37 |
| HSL | 25.95º | 0.16% | 0.55% | - |
| HSV(B) | 25.95º | 0.23% | 0.63% | - |
| XYZ | 27.3 | 27.37 | 22.58 | - |
| YUV | 143.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 123 | 0 | 0.13 | 0.23 | 0.37 | 25.95 | 0.16 | 0.55 |
| Hex | A0 | 8B | 7B | 0 | D | 17 | 25 | 1A | 10 | 37 |
| Octal | 240 | 213 | 173 | 0 | 15 | 27 | 45 | 32 | 20 | 67 |
| Binary | 10100000 | 10001011 | 1111011 | 0 | 1101 | 10111 | 100101 | 11010 | 10000 | 110111 |
Color Harmonies of #A08B7B
Complementary color
Monochromatic Colors of #A08B7B
Black with #A08B7B
Text Example
Text Example
White with #A08B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B7B; }
p { color: rgb(160,139,123); }
H1.HeaderClassName
{
color: #A08B7B;
}
.AnyTagClassName
{
color: #A08B7B;
}
</style>
background-color css
<style>
a { background-color: #A08B7B; }
a { background-color: rgb(160,139,123); }
div.DivClassName
{
background-color: #A08B7B;
}
.BgClassName
{
background-color: #A08B7B;
}
</style>
border-color css
<style>
span { border-color: #A08B7B; }
span { border-color: rgb(160,139,123); }
td.TdClassName
{
border-color: #A08B7B;
}
.TagClassName
{
border-color: #A08B7B;
}
</style>