Shades of Toast #A36D5D
Tints of Toast #A36D5D
RGB
CMYK
RGB Variations
Color information
#A36D5D (or 0xA36D5D) is known color: Toast. HEX triplet: A3, 6D and 5D. RGB value is (163,109,93). Sum of RGB (Red+Green+Blue) = 163+109+93=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D5D is #5C92A2. Grayscale: #7B7B7B. Windows color (decimal): -6066851 or 6122915. OLE color: 6122915.
HSL color Cylindrical-coordinate representation of color #A36D5D: hue angle of 13.71º 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 #A36D5D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 93 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.36 |
| HSL | 13.71º | 0.28% | 0.5% | - |
| HSV(B) | 13.71º | 0.43% | 0.64% | - |
| XYZ | 22.55 | 19.51 | 12.93 | - |
| YUV | 123.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 93 | 0 | 0.33 | 0.43 | 0.36 | 13.71 | 0.28 | 0.5 |
| Hex | A3 | 6D | 5D | 0 | 21 | 2B | 24 | E | 1C | 32 |
| Octal | 243 | 155 | 135 | 0 | 41 | 53 | 44 | 16 | 34 | 62 |
| Binary | 10100011 | 1101101 | 1011101 | 0 | 100001 | 101011 | 100100 | 1110 | 11100 | 110010 |
Color Harmonies of #A36D5D
Complementary color
Monochromatic Colors of #A36D5D
Black with #A36D5D
Text Example
Text Example
White with #A36D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D5D; }
p { color: rgb(163,109,93); }
H1.HeaderClassName
{
color: #A36D5D;
}
.AnyTagClassName
{
color: #A36D5D;
}
</style>
background-color css
<style>
a { background-color: #A36D5D; }
a { background-color: rgb(163,109,93); }
div.DivClassName
{
background-color: #A36D5D;
}
.BgClassName
{
background-color: #A36D5D;
}
</style>
border-color css
<style>
span { border-color: #A36D5D; }
span { border-color: rgb(163,109,93); }
td.TdClassName
{
border-color: #A36D5D;
}
.TagClassName
{
border-color: #A36D5D;
}
</style>