Shades of Almond Frost #A88576
Tints of Almond Frost #A88576
RGB
CMYK
RGB Variations
Color information
#A88576 (or 0xA88576) is known color: Almond Frost. HEX triplet: A8, 85 and 76. RGB value is (168,133,118). Sum of RGB (Red+Green+Blue) = 168+133+118=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A88576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88576 is #577A89. Grayscale: #8D8D8D. Windows color (decimal): -5733002 or 7767464. OLE color: 7767464.
HSL color Cylindrical-coordinate representation of color #A88576: hue angle of 18º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88576 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 118 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.34 |
| HSL | 18º | 0.22% | 0.56% | - |
| HSV(B) | 18º | 0.3% | 0.66% | - |
| XYZ | 27.81 | 26.41 | 20.77 | - |
| YUV | 141.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 118 | 0 | 0.21 | 0.30 | 0.34 | 18 | 0.22 | 0.56 |
| Hex | A8 | 85 | 76 | 0 | 15 | 1E | 22 | 12 | 16 | 38 |
| Octal | 250 | 205 | 166 | 0 | 25 | 36 | 42 | 22 | 26 | 70 |
| Binary | 10101000 | 10000101 | 1110110 | 0 | 10101 | 11110 | 100010 | 10010 | 10110 | 111000 |
Color Harmonies of #A88576
Complementary color
Monochromatic Colors of #A88576
Black with #A88576
Text Example
Text Example
White with #A88576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88576; }
p { color: rgb(168,133,118); }
H1.HeaderClassName
{
color: #A88576;
}
.AnyTagClassName
{
color: #A88576;
}
</style>
background-color css
<style>
a { background-color: #A88576; }
a { background-color: rgb(168,133,118); }
div.DivClassName
{
background-color: #A88576;
}
.BgClassName
{
background-color: #A88576;
}
</style>
border-color css
<style>
span { border-color: #A88576; }
span { border-color: rgb(168,133,118); }
td.TdClassName
{
border-color: #A88576;
}
.TagClassName
{
border-color: #A88576;
}
</style>