Shades of Toast #A46D5C
Tints of Toast #A46D5C
RGB
CMYK
RGB Variations
Color information
#A46D5C (or 0xA46D5C) is known color: Toast. HEX triplet: A4, 6D and 5C. RGB value is (164,109,92). Sum of RGB (Red+Green+Blue) = 164+109+92=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D5C is #5B92A3. Grayscale: #7B7B7B. Windows color (decimal): -6001316 or 6057380. OLE color: 6057380.
HSL color Cylindrical-coordinate representation of color #A46D5C: hue angle of 14.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A46D5C is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 92 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.36 |
| HSL | 14.17º | 0.28% | 0.5% | - |
| HSV(B) | 14.17º | 0.44% | 0.64% | - |
| XYZ | 22.71 | 19.6 | 12.71 | - |
| YUV | 123.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 92 | 0 | 0.34 | 0.44 | 0.36 | 14.17 | 0.28 | 0.5 |
| Hex | A4 | 6D | 5C | 0 | 22 | 2C | 24 | E | 1C | 32 |
| Octal | 244 | 155 | 134 | 0 | 42 | 54 | 44 | 16 | 34 | 62 |
| Binary | 10100100 | 1101101 | 1011100 | 0 | 100010 | 101100 | 100100 | 1110 | 11100 | 110010 |
Color Harmonies of #A46D5C
Complementary color
Monochromatic Colors of #A46D5C
Black with #A46D5C
Text Example
Text Example
White with #A46D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D5C; }
p { color: rgb(164,109,92); }
H1.HeaderClassName
{
color: #A46D5C;
}
.AnyTagClassName
{
color: #A46D5C;
}
</style>
background-color css
<style>
a { background-color: #A46D5C; }
a { background-color: rgb(164,109,92); }
div.DivClassName
{
background-color: #A46D5C;
}
.BgClassName
{
background-color: #A46D5C;
}
</style>
border-color css
<style>
span { border-color: #A46D5C; }
span { border-color: rgb(164,109,92); }
td.TdClassName
{
border-color: #A46D5C;
}
.TagClassName
{
border-color: #A46D5C;
}
</style>