Shades of Toast #A47860
Tints of Toast #A47860
RGB
CMYK
RGB Variations
Color information
#A47860 (or 0xA47860) is known color: Toast. HEX triplet: A4, 78 and 60. RGB value is (164,120,96). Sum of RGB (Red+Green+Blue) = 164+120+96=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A47860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47860 is #5B879F. Grayscale: #828282. Windows color (decimal): -5998496 or 6322340. OLE color: 6322340.
HSL color Cylindrical-coordinate representation of color #A47860: hue angle of 21.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47860 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 120 | 96 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.36 |
| HSL | 21.18º | 0.27% | 0.51% | - |
| HSV(B) | 21.18º | 0.41% | 0.64% | - |
| XYZ | 24.14 | 22.17 | 14.07 | - |
| YUV | 130.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 96 | 0 | 0.27 | 0.41 | 0.36 | 21.18 | 0.27 | 0.51 |
| Hex | A4 | 78 | 60 | 0 | 1B | 29 | 24 | 15 | 1B | 33 |
| Octal | 244 | 170 | 140 | 0 | 33 | 51 | 44 | 25 | 33 | 63 |
| Binary | 10100100 | 1111000 | 1100000 | 0 | 11011 | 101001 | 100100 | 10101 | 11011 | 110011 |
Color Harmonies of #A47860
Complementary color
Monochromatic Colors of #A47860
Black with #A47860
Text Example
Text Example
White with #A47860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47860; }
p { color: rgb(164,120,96); }
H1.HeaderClassName
{
color: #A47860;
}
.AnyTagClassName
{
color: #A47860;
}
</style>
background-color css
<style>
a { background-color: #A47860; }
a { background-color: rgb(164,120,96); }
div.DivClassName
{
background-color: #A47860;
}
.BgClassName
{
background-color: #A47860;
}
</style>
border-color css
<style>
span { border-color: #A47860; }
span { border-color: rgb(164,120,96); }
td.TdClassName
{
border-color: #A47860;
}
.TagClassName
{
border-color: #A47860;
}
</style>