Shades of Almond Frost #A68876
Tints of Almond Frost #A68876
RGB
CMYK
RGB Variations
Color information
#A68876 (or 0xA68876) is known color: Almond Frost. HEX triplet: A6, 88 and 76. RGB value is (166,136,118). Sum of RGB (Red+Green+Blue) = 166+136+118=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A68876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68876 is #597789. Grayscale: #8F8F8F. Windows color (decimal): -5863306 or 7768230. OLE color: 7768230.
HSL color Cylindrical-coordinate representation of color #A68876: hue angle of 22.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A68876 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 118 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.35 |
| HSL | 22.5º | 0.21% | 0.56% | - |
| HSV(B) | 22.5º | 0.29% | 0.65% | - |
| XYZ | 27.8 | 27.02 | 20.89 | - |
| YUV | 142.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 118 | 0 | 0.18 | 0.29 | 0.35 | 22.5 | 0.21 | 0.56 |
| Hex | A6 | 88 | 76 | 0 | 12 | 1D | 23 | 16 | 15 | 38 |
| Octal | 246 | 210 | 166 | 0 | 22 | 35 | 43 | 26 | 25 | 70 |
| Binary | 10100110 | 10001000 | 1110110 | 0 | 10010 | 11101 | 100011 | 10110 | 10101 | 111000 |
Color Harmonies of #A68876
Complementary color
Monochromatic Colors of #A68876
Black with #A68876
Text Example
Text Example
White with #A68876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68876; }
p { color: rgb(166,136,118); }
H1.HeaderClassName
{
color: #A68876;
}
.AnyTagClassName
{
color: #A68876;
}
</style>
background-color css
<style>
a { background-color: #A68876; }
a { background-color: rgb(166,136,118); }
div.DivClassName
{
background-color: #A68876;
}
.BgClassName
{
background-color: #A68876;
}
</style>
border-color css
<style>
span { border-color: #A68876; }
span { border-color: rgb(166,136,118); }
td.TdClassName
{
border-color: #A68876;
}
.TagClassName
{
border-color: #A68876;
}
</style>