Shades of Toast #A36D5C
Tints of Toast #A36D5C
RGB
CMYK
RGB Variations
Color information
#A36D5C (or 0xA36D5C) is known color: Toast. HEX triplet: A3, 6D and 5C. RGB value is (163,109,92). Sum of RGB (Red+Green+Blue) = 163+109+92=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D5C is #5C92A3. Grayscale: #7B7B7B. Windows color (decimal): -6066852 or 6057379. OLE color: 6057379.
HSL color Cylindrical-coordinate representation of color #A36D5C: hue angle of 14.37º 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 #A36D5C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 92 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.36 |
| HSL | 14.37º | 0.28% | 0.5% | - |
| HSV(B) | 14.37º | 0.44% | 0.64% | - |
| XYZ | 22.5 | 19.5 | 12.7 | - |
| YUV | 123.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 92 | 0 | 0.33 | 0.44 | 0.36 | 14.37 | 0.28 | 0.5 |
| Hex | A3 | 6D | 5C | 0 | 21 | 2C | 24 | E | 1C | 32 |
| Octal | 243 | 155 | 134 | 0 | 41 | 54 | 44 | 16 | 34 | 62 |
| Binary | 10100011 | 1101101 | 1011100 | 0 | 100001 | 101100 | 100100 | 1110 | 11100 | 110010 |
Color Harmonies of #A36D5C
Complementary color
Monochromatic Colors of #A36D5C
Black with #A36D5C
Text Example
Text Example
White with #A36D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D5C; }
p { color: rgb(163,109,92); }
H1.HeaderClassName
{
color: #A36D5C;
}
.AnyTagClassName
{
color: #A36D5C;
}
</style>
background-color css
<style>
a { background-color: #A36D5C; }
a { background-color: rgb(163,109,92); }
div.DivClassName
{
background-color: #A36D5C;
}
.BgClassName
{
background-color: #A36D5C;
}
</style>
border-color css
<style>
span { border-color: #A36D5C; }
span { border-color: rgb(163,109,92); }
td.TdClassName
{
border-color: #A36D5C;
}
.TagClassName
{
border-color: #A36D5C;
}
</style>