Shades of Toast #A87664
Tints of Toast #A87664
RGB
CMYK
RGB Variations
Color information
#A87664 (or 0xA87664) is known color: Toast. HEX triplet: A8, 76 and 64. RGB value is (168,118,100). Sum of RGB (Red+Green+Blue) = 168+118+100=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A87664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87664 is #57899B. Grayscale: #838383. Windows color (decimal): -5736860 or 6583976. OLE color: 6583976.
HSL color Cylindrical-coordinate representation of color #A87664: hue angle of 15.88º 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 #A87664 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 100 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.34 |
| HSL | 15.88º | 0.28% | 0.53% | - |
| HSV(B) | 15.88º | 0.4% | 0.66% | - |
| XYZ | 24.93 | 22.2 | 15.03 | - |
| YUV | 130.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 100 | 0 | 0.30 | 0.40 | 0.34 | 15.88 | 0.28 | 0.53 |
| Hex | A8 | 76 | 64 | 0 | 1E | 28 | 22 | 10 | 1C | 35 |
| Octal | 250 | 166 | 144 | 0 | 36 | 50 | 42 | 20 | 34 | 65 |
| Binary | 10101000 | 1110110 | 1100100 | 0 | 11110 | 101000 | 100010 | 10000 | 11100 | 110101 |
Color Harmonies of #A87664
Complementary color
Monochromatic Colors of #A87664
Black with #A87664
Text Example
Text Example
White with #A87664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87664; }
p { color: rgb(168,118,100); }
H1.HeaderClassName
{
color: #A87664;
}
.AnyTagClassName
{
color: #A87664;
}
</style>
background-color css
<style>
a { background-color: #A87664; }
a { background-color: rgb(168,118,100); }
div.DivClassName
{
background-color: #A87664;
}
.BgClassName
{
background-color: #A87664;
}
</style>
border-color css
<style>
span { border-color: #A87664; }
span { border-color: rgb(168,118,100); }
td.TdClassName
{
border-color: #A87664;
}
.TagClassName
{
border-color: #A87664;
}
</style>