Shades of Toast #A46D59
Tints of Toast #A46D59
RGB
CMYK
RGB Variations
Color information
#A46D59 (or 0xA46D59) is known color: Toast. HEX triplet: A4, 6D and 59. RGB value is (164,109,89). Sum of RGB (Red+Green+Blue) = 164+109+89=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D59 is #5B92A6. Grayscale: #7B7B7B. Windows color (decimal): -6001319 or 5860772. OLE color: 5860772.
HSL color Cylindrical-coordinate representation of color #A46D59: hue angle of 16º 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 #A46D59 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 89 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.36 |
| HSL | 16º | 0.3% | 0.5% | - |
| HSV(B) | 16º | 0.46% | 0.64% | - |
| XYZ | 22.58 | 19.55 | 12.03 | - |
| YUV | 123.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 89 | 0 | 0.34 | 0.46 | 0.36 | 16 | 0.3 | 0.5 |
| Hex | A4 | 6D | 59 | 0 | 22 | 2E | 24 | 10 | 1E | 32 |
| Octal | 244 | 155 | 131 | 0 | 42 | 56 | 44 | 20 | 36 | 62 |
| Binary | 10100100 | 1101101 | 1011001 | 0 | 100010 | 101110 | 100100 | 10000 | 11110 | 110010 |
Color Harmonies of #A46D59
Complementary color
Monochromatic Colors of #A46D59
Black with #A46D59
Text Example
Text Example
White with #A46D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D59; }
p { color: rgb(164,109,89); }
H1.HeaderClassName
{
color: #A46D59;
}
.AnyTagClassName
{
color: #A46D59;
}
</style>
background-color css
<style>
a { background-color: #A46D59; }
a { background-color: rgb(164,109,89); }
div.DivClassName
{
background-color: #A46D59;
}
.BgClassName
{
background-color: #A46D59;
}
</style>
border-color css
<style>
span { border-color: #A46D59; }
span { border-color: rgb(164,109,89); }
td.TdClassName
{
border-color: #A46D59;
}
.TagClassName
{
border-color: #A46D59;
}
</style>