Shades of Toast #A46D5E
Tints of Toast #A46D5E
RGB
CMYK
RGB Variations
Color information
#A46D5E (or 0xA46D5E) is known color: Toast. HEX triplet: A4, 6D and 5E. RGB value is (164,109,94). Sum of RGB (Red+Green+Blue) = 164+109+94=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D5E is #5B92A1. Grayscale: #7B7B7B. Windows color (decimal): -6001314 or 6188452. OLE color: 6188452.
HSL color Cylindrical-coordinate representation of color #A46D5E: hue angle of 12.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A46D5E is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 94 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.36 |
| HSL | 12.86º | 0.28% | 0.51% | - |
| HSV(B) | 12.86º | 0.43% | 0.64% | - |
| XYZ | 22.8 | 19.64 | 13.18 | - |
| YUV | 123.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 94 | 0 | 0.34 | 0.43 | 0.36 | 12.86 | 0.28 | 0.51 |
| Hex | A4 | 6D | 5E | 0 | 22 | 2B | 24 | D | 1C | 33 |
| Octal | 244 | 155 | 136 | 0 | 42 | 53 | 44 | 15 | 34 | 63 |
| Binary | 10100100 | 1101101 | 1011110 | 0 | 100010 | 101011 | 100100 | 1101 | 11100 | 110011 |
Color Harmonies of #A46D5E
Complementary color
Monochromatic Colors of #A46D5E
Black with #A46D5E
Text Example
Text Example
White with #A46D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D5E; }
p { color: rgb(164,109,94); }
H1.HeaderClassName
{
color: #A46D5E;
}
.AnyTagClassName
{
color: #A46D5E;
}
</style>
background-color css
<style>
a { background-color: #A46D5E; }
a { background-color: rgb(164,109,94); }
div.DivClassName
{
background-color: #A46D5E;
}
.BgClassName
{
background-color: #A46D5E;
}
</style>
border-color css
<style>
span { border-color: #A46D5E; }
span { border-color: rgb(164,109,94); }
td.TdClassName
{
border-color: #A46D5E;
}
.TagClassName
{
border-color: #A46D5E;
}
</style>