Shades of Toast #A47459
Tints of Toast #A47459
RGB
CMYK
RGB Variations
Color information
#A47459 (or 0xA47459) is known color: Toast. HEX triplet: A4, 74 and 59. RGB value is (164,116,89). Sum of RGB (Red+Green+Blue) = 164+116+89=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A47459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47459 is #5B8BA6. Grayscale: #7F7F7F. Windows color (decimal): -5999527 or 5862564. OLE color: 5862564.
HSL color Cylindrical-coordinate representation of color #A47459: hue angle of 21.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47459 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 89 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.36 |
| HSL | 21.6º | 0.3% | 0.5% | - |
| HSV(B) | 21.6º | 0.46% | 0.64% | - |
| XYZ | 23.36 | 21.1 | 12.29 | - |
| YUV | 127.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 89 | 0 | 0.29 | 0.46 | 0.36 | 21.6 | 0.3 | 0.5 |
| Hex | A4 | 74 | 59 | 0 | 1D | 2E | 24 | 16 | 1E | 32 |
| Octal | 244 | 164 | 131 | 0 | 35 | 56 | 44 | 26 | 36 | 62 |
| Binary | 10100100 | 1110100 | 1011001 | 0 | 11101 | 101110 | 100100 | 10110 | 11110 | 110010 |
Color Harmonies of #A47459
Complementary color
Monochromatic Colors of #A47459
Black with #A47459
Text Example
Text Example
White with #A47459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47459; }
p { color: rgb(164,116,89); }
H1.HeaderClassName
{
color: #A47459;
}
.AnyTagClassName
{
color: #A47459;
}
</style>
background-color css
<style>
a { background-color: #A47459; }
a { background-color: rgb(164,116,89); }
div.DivClassName
{
background-color: #A47459;
}
.BgClassName
{
background-color: #A47459;
}
</style>
border-color css
<style>
span { border-color: #A47459; }
span { border-color: rgb(164,116,89); }
td.TdClassName
{
border-color: #A47459;
}
.TagClassName
{
border-color: #A47459;
}
</style>