Shades of Toast #A87861
Tints of Toast #A87861
RGB
CMYK
RGB Variations
Color information
#A87861 (or 0xA87861) is known color: Toast. HEX triplet: A8, 78 and 61. RGB value is (168,120,97). Sum of RGB (Red+Green+Blue) = 168+120+97=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A87861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87861 is #57879E. Grayscale: #838383. Windows color (decimal): -5736351 or 6387880. OLE color: 6387880.
HSL color Cylindrical-coordinate representation of color #A87861: hue angle of 19.44º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A87861 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 97 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.34 |
| HSL | 19.44º | 0.29% | 0.52% | - |
| HSV(B) | 19.44º | 0.42% | 0.66% | - |
| XYZ | 25.02 | 22.62 | 14.36 | - |
| YUV | 131.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 97 | 0 | 0.29 | 0.42 | 0.34 | 19.44 | 0.29 | 0.52 |
| Hex | A8 | 78 | 61 | 0 | 1D | 2A | 22 | 13 | 1D | 34 |
| Octal | 250 | 170 | 141 | 0 | 35 | 52 | 42 | 23 | 35 | 64 |
| Binary | 10101000 | 1111000 | 1100001 | 0 | 11101 | 101010 | 100010 | 10011 | 11101 | 110100 |
Color Harmonies of #A87861
Complementary color
Monochromatic Colors of #A87861
Black with #A87861
Text Example
Text Example
White with #A87861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87861; }
p { color: rgb(168,120,97); }
H1.HeaderClassName
{
color: #A87861;
}
.AnyTagClassName
{
color: #A87861;
}
</style>
background-color css
<style>
a { background-color: #A87861; }
a { background-color: rgb(168,120,97); }
div.DivClassName
{
background-color: #A87861;
}
.BgClassName
{
background-color: #A87861;
}
</style>
border-color css
<style>
span { border-color: #A87861; }
span { border-color: rgb(168,120,97); }
td.TdClassName
{
border-color: #A87861;
}
.TagClassName
{
border-color: #A87861;
}
</style>