Shades of Almond Frost #A6887B
Tints of Almond Frost #A6887B
RGB
CMYK
RGB Variations
Color information
#A6887B (or 0xA6887B) is known color: Almond Frost. HEX triplet: A6, 88 and 7B. RGB value is (166,136,123). Sum of RGB (Red+Green+Blue) = 166+136+123=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6887B is #597784. Grayscale: #8F8F8F. Windows color (decimal): -5863301 or 8095910. OLE color: 8095910.
HSL color Cylindrical-coordinate representation of color #A6887B: hue angle of 18.14º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6887B is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 123 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.35 |
| HSL | 18.14º | 0.19% | 0.57% | - |
| HSV(B) | 18.14º | 0.26% | 0.65% | - |
| XYZ | 28.11 | 27.15 | 22.5 | - |
| YUV | 143.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 123 | 0 | 0.18 | 0.26 | 0.35 | 18.14 | 0.19 | 0.57 |
| Hex | A6 | 88 | 7B | 0 | 12 | 1A | 23 | 12 | 13 | 39 |
| Octal | 246 | 210 | 173 | 0 | 22 | 32 | 43 | 22 | 23 | 71 |
| Binary | 10100110 | 10001000 | 1111011 | 0 | 10010 | 11010 | 100011 | 10010 | 10011 | 111001 |
Color Harmonies of #A6887B
Complementary color
Monochromatic Colors of #A6887B
Black with #A6887B
Text Example
Text Example
White with #A6887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6887B; }
p { color: rgb(166,136,123); }
H1.HeaderClassName
{
color: #A6887B;
}
.AnyTagClassName
{
color: #A6887B;
}
</style>
background-color css
<style>
a { background-color: #A6887B; }
a { background-color: rgb(166,136,123); }
div.DivClassName
{
background-color: #A6887B;
}
.BgClassName
{
background-color: #A6887B;
}
</style>
border-color css
<style>
span { border-color: #A6887B; }
span { border-color: rgb(166,136,123); }
td.TdClassName
{
border-color: #A6887B;
}
.TagClassName
{
border-color: #A6887B;
}
</style>