Shades of Toast #A46D5B
Tints of Toast #A46D5B
RGB
CMYK
RGB Variations
Color information
#A46D5B (or 0xA46D5B) is known color: Toast. HEX triplet: A4, 6D and 5B. RGB value is (164,109,91). Sum of RGB (Red+Green+Blue) = 164+109+91=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D5B is #5B92A4. Grayscale: #7B7B7B. Windows color (decimal): -6001317 or 5991844. OLE color: 5991844.
HSL color Cylindrical-coordinate representation of color #A46D5B: hue angle of 14.79º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A46D5B is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 91 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.36 |
| HSL | 14.79º | 0.29% | 0.5% | - |
| HSV(B) | 14.79º | 0.45% | 0.64% | - |
| XYZ | 22.67 | 19.59 | 12.48 | - |
| YUV | 123.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 91 | 0 | 0.34 | 0.45 | 0.36 | 14.79 | 0.29 | 0.5 |
| Hex | A4 | 6D | 5B | 0 | 22 | 2D | 24 | F | 1D | 32 |
| Octal | 244 | 155 | 133 | 0 | 42 | 55 | 44 | 17 | 35 | 62 |
| Binary | 10100100 | 1101101 | 1011011 | 0 | 100010 | 101101 | 100100 | 1111 | 11101 | 110010 |
Color Harmonies of #A46D5B
Complementary color
Monochromatic Colors of #A46D5B
Black with #A46D5B
Text Example
Text Example
White with #A46D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D5B; }
p { color: rgb(164,109,91); }
H1.HeaderClassName
{
color: #A46D5B;
}
.AnyTagClassName
{
color: #A46D5B;
}
</style>
background-color css
<style>
a { background-color: #A46D5B; }
a { background-color: rgb(164,109,91); }
div.DivClassName
{
background-color: #A46D5B;
}
.BgClassName
{
background-color: #A46D5B;
}
</style>
border-color css
<style>
span { border-color: #A46D5B; }
span { border-color: rgb(164,109,91); }
td.TdClassName
{
border-color: #A46D5B;
}
.TagClassName
{
border-color: #A46D5B;
}
</style>