Shades of Toast #A87464
Tints of Toast #A87464
RGB
CMYK
RGB Variations
Color information
#A87464 (or 0xA87464) is known color: Toast. HEX triplet: A8, 74 and 64. RGB value is (168,116,100). Sum of RGB (Red+Green+Blue) = 168+116+100=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A87464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87464 is #578B9B. Grayscale: #818181. Windows color (decimal): -5737372 or 6583464. OLE color: 6583464.
HSL color Cylindrical-coordinate representation of color #A87464: hue angle of 14.12º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A87464 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 100 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.34 |
| HSL | 14.12º | 0.28% | 0.53% | - |
| HSV(B) | 14.12º | 0.4% | 0.66% | - |
| XYZ | 24.69 | 21.74 | 14.95 | - |
| YUV | 129.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 100 | 0 | 0.31 | 0.40 | 0.34 | 14.12 | 0.28 | 0.53 |
| Hex | A8 | 74 | 64 | 0 | 1F | 28 | 22 | E | 1C | 35 |
| Octal | 250 | 164 | 144 | 0 | 37 | 50 | 42 | 16 | 34 | 65 |
| Binary | 10101000 | 1110100 | 1100100 | 0 | 11111 | 101000 | 100010 | 1110 | 11100 | 110101 |
Color Harmonies of #A87464
Complementary color
Monochromatic Colors of #A87464
Black with #A87464
Text Example
Text Example
White with #A87464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87464; }
p { color: rgb(168,116,100); }
H1.HeaderClassName
{
color: #A87464;
}
.AnyTagClassName
{
color: #A87464;
}
</style>
background-color css
<style>
a { background-color: #A87464; }
a { background-color: rgb(168,116,100); }
div.DivClassName
{
background-color: #A87464;
}
.BgClassName
{
background-color: #A87464;
}
</style>
border-color css
<style>
span { border-color: #A87464; }
span { border-color: rgb(168,116,100); }
td.TdClassName
{
border-color: #A87464;
}
.TagClassName
{
border-color: #A87464;
}
</style>