Shades of Toast #A47359
Tints of Toast #A47359
RGB
CMYK
RGB Variations
Color information
#A47359 (or 0xA47359) is known color: Toast. HEX triplet: A4, 73 and 59. RGB value is (164,115,89). Sum of RGB (Red+Green+Blue) = 164+115+89=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A47359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47359 is #5B8CA6. Grayscale: #7E7E7E. Windows color (decimal): -5999783 or 5862308. OLE color: 5862308.
HSL color Cylindrical-coordinate representation of color #A47359: hue angle of 20.8º 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 #A47359 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 89 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.36 |
| HSL | 20.8º | 0.3% | 0.5% | - |
| HSV(B) | 20.8º | 0.46% | 0.64% | - |
| XYZ | 23.24 | 20.88 | 12.26 | - |
| YUV | 126.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 89 | 0 | 0.30 | 0.46 | 0.36 | 20.8 | 0.3 | 0.5 |
| Hex | A4 | 73 | 59 | 0 | 1E | 2E | 24 | 15 | 1E | 32 |
| Octal | 244 | 163 | 131 | 0 | 36 | 56 | 44 | 25 | 36 | 62 |
| Binary | 10100100 | 1110011 | 1011001 | 0 | 11110 | 101110 | 100100 | 10101 | 11110 | 110010 |
Color Harmonies of #A47359
Complementary color
Monochromatic Colors of #A47359
Black with #A47359
Text Example
Text Example
White with #A47359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47359; }
p { color: rgb(164,115,89); }
H1.HeaderClassName
{
color: #A47359;
}
.AnyTagClassName
{
color: #A47359;
}
</style>
background-color css
<style>
a { background-color: #A47359; }
a { background-color: rgb(164,115,89); }
div.DivClassName
{
background-color: #A47359;
}
.BgClassName
{
background-color: #A47359;
}
</style>
border-color css
<style>
span { border-color: #A47359; }
span { border-color: rgb(164,115,89); }
td.TdClassName
{
border-color: #A47359;
}
.TagClassName
{
border-color: #A47359;
}
</style>