Shades of Toast #A36D5B
Tints of Toast #A36D5B
RGB
CMYK
RGB Variations
Color information
#A36D5B (or 0xA36D5B) is known color: Toast. HEX triplet: A3, 6D and 5B. RGB value is (163,109,91). Sum of RGB (Red+Green+Blue) = 163+109+91=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D5B is #5C92A4. Grayscale: #7B7B7B. Windows color (decimal): -6066853 or 5991843. OLE color: 5991843.
HSL color Cylindrical-coordinate representation of color #A36D5B: hue angle of 15º 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 #A36D5B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 91 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.36 |
| HSL | 15º | 0.28% | 0.5% | - |
| HSV(B) | 15º | 0.44% | 0.64% | - |
| XYZ | 22.46 | 19.48 | 12.47 | - |
| YUV | 123.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 91 | 0 | 0.33 | 0.44 | 0.36 | 15 | 0.28 | 0.5 |
| Hex | A3 | 6D | 5B | 0 | 21 | 2C | 24 | F | 1C | 32 |
| Octal | 243 | 155 | 133 | 0 | 41 | 54 | 44 | 17 | 34 | 62 |
| Binary | 10100011 | 1101101 | 1011011 | 0 | 100001 | 101100 | 100100 | 1111 | 11100 | 110010 |
Color Harmonies of #A36D5B
Complementary color
Monochromatic Colors of #A36D5B
Black with #A36D5B
Text Example
Text Example
White with #A36D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D5B; }
p { color: rgb(163,109,91); }
H1.HeaderClassName
{
color: #A36D5B;
}
.AnyTagClassName
{
color: #A36D5B;
}
</style>
background-color css
<style>
a { background-color: #A36D5B; }
a { background-color: rgb(163,109,91); }
div.DivClassName
{
background-color: #A36D5B;
}
.BgClassName
{
background-color: #A36D5B;
}
</style>
border-color css
<style>
span { border-color: #A36D5B; }
span { border-color: rgb(163,109,91); }
td.TdClassName
{
border-color: #A36D5B;
}
.TagClassName
{
border-color: #A36D5B;
}
</style>