Shades of Toast #A86E5B
Tints of Toast #A86E5B
RGB
CMYK
RGB Variations
Color information
#A86E5B (or 0xA86E5B) is known color: Toast. HEX triplet: A8, 6E and 5B. RGB value is (168,110,91). Sum of RGB (Red+Green+Blue) = 168+110+91=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86E5B is #5791A4. Grayscale: #7D7D7D. Windows color (decimal): -5738917 or 5992104. OLE color: 5992104.
HSL color Cylindrical-coordinate representation of color #A86E5B: hue angle of 14.81º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A86E5B is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 110 | 91 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.34 |
| HSL | 14.81º | 0.31% | 0.51% | - |
| HSV(B) | 14.81º | 0.46% | 0.66% | - |
| XYZ | 23.61 | 20.23 | 12.56 | - |
| YUV | 125.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 91 | 0 | 0.35 | 0.46 | 0.34 | 14.81 | 0.31 | 0.51 |
| Hex | A8 | 6E | 5B | 0 | 23 | 2E | 22 | F | 1F | 33 |
| Octal | 250 | 156 | 133 | 0 | 43 | 56 | 42 | 17 | 37 | 63 |
| Binary | 10101000 | 1101110 | 1011011 | 0 | 100011 | 101110 | 100010 | 1111 | 11111 | 110011 |
Color Harmonies of #A86E5B
Complementary color
Monochromatic Colors of #A86E5B
Black with #A86E5B
Text Example
Text Example
White with #A86E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86E5B; }
p { color: rgb(168,110,91); }
H1.HeaderClassName
{
color: #A86E5B;
}
.AnyTagClassName
{
color: #A86E5B;
}
</style>
background-color css
<style>
a { background-color: #A86E5B; }
a { background-color: rgb(168,110,91); }
div.DivClassName
{
background-color: #A86E5B;
}
.BgClassName
{
background-color: #A86E5B;
}
</style>
border-color css
<style>
span { border-color: #A86E5B; }
span { border-color: rgb(168,110,91); }
td.TdClassName
{
border-color: #A86E5B;
}
.TagClassName
{
border-color: #A86E5B;
}
</style>