Shades of Toast #A46D5D
Tints of Toast #A46D5D
RGB
CMYK
RGB Variations
Color information
#A46D5D (or 0xA46D5D) is known color: Toast. HEX triplet: A4, 6D and 5D. RGB value is (164,109,93). Sum of RGB (Red+Green+Blue) = 164+109+93=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D5D is #5B92A2. Grayscale: #7B7B7B. Windows color (decimal): -6001315 or 6122916. OLE color: 6122916.
HSL color Cylindrical-coordinate representation of color #A46D5D: hue angle of 13.52º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A46D5D is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 93 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.36 |
| HSL | 13.52º | 0.28% | 0.5% | - |
| HSV(B) | 13.52º | 0.43% | 0.64% | - |
| XYZ | 22.75 | 19.62 | 12.94 | - |
| YUV | 123.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 93 | 0 | 0.34 | 0.43 | 0.36 | 13.52 | 0.28 | 0.5 |
| Hex | A4 | 6D | 5D | 0 | 22 | 2B | 24 | E | 1C | 32 |
| Octal | 244 | 155 | 135 | 0 | 42 | 53 | 44 | 16 | 34 | 62 |
| Binary | 10100100 | 1101101 | 1011101 | 0 | 100010 | 101011 | 100100 | 1110 | 11100 | 110010 |
Color Harmonies of #A46D5D
Complementary color
Monochromatic Colors of #A46D5D
Black with #A46D5D
Text Example
Text Example
White with #A46D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D5D; }
p { color: rgb(164,109,93); }
H1.HeaderClassName
{
color: #A46D5D;
}
.AnyTagClassName
{
color: #A46D5D;
}
</style>
background-color css
<style>
a { background-color: #A46D5D; }
a { background-color: rgb(164,109,93); }
div.DivClassName
{
background-color: #A46D5D;
}
.BgClassName
{
background-color: #A46D5D;
}
</style>
border-color css
<style>
span { border-color: #A46D5D; }
span { border-color: rgb(164,109,93); }
td.TdClassName
{
border-color: #A46D5D;
}
.TagClassName
{
border-color: #A46D5D;
}
</style>