Shades of Almond Frost #A88776
Tints of Almond Frost #A88776
RGB
CMYK
RGB Variations
Color information
#A88776 (or 0xA88776) is known color: Almond Frost. HEX triplet: A8, 87 and 76. RGB value is (168,135,118). Sum of RGB (Red+Green+Blue) = 168+135+118=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A88776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88776 is #577889. Grayscale: #8F8F8F. Windows color (decimal): -5732490 or 7767976. OLE color: 7767976.
HSL color Cylindrical-coordinate representation of color #A88776: hue angle of 20.4º 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 #A88776 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 118 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.34 |
| HSL | 20.4º | 0.22% | 0.56% | - |
| HSV(B) | 20.4º | 0.3% | 0.66% | - |
| XYZ | 28.08 | 26.96 | 20.86 | - |
| YUV | 142.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 118 | 0 | 0.20 | 0.30 | 0.34 | 20.4 | 0.22 | 0.56 |
| Hex | A8 | 87 | 76 | 0 | 14 | 1E | 22 | 14 | 16 | 38 |
| Octal | 250 | 207 | 166 | 0 | 24 | 36 | 42 | 24 | 26 | 70 |
| Binary | 10101000 | 10000111 | 1110110 | 0 | 10100 | 11110 | 100010 | 10100 | 10110 | 111000 |
Color Harmonies of #A88776
Complementary color
Monochromatic Colors of #A88776
Black with #A88776
Text Example
Text Example
White with #A88776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88776; }
p { color: rgb(168,135,118); }
H1.HeaderClassName
{
color: #A88776;
}
.AnyTagClassName
{
color: #A88776;
}
</style>
background-color css
<style>
a { background-color: #A88776; }
a { background-color: rgb(168,135,118); }
div.DivClassName
{
background-color: #A88776;
}
.BgClassName
{
background-color: #A88776;
}
</style>
border-color css
<style>
span { border-color: #A88776; }
span { border-color: rgb(168,135,118); }
td.TdClassName
{
border-color: #A88776;
}
.TagClassName
{
border-color: #A88776;
}
</style>