Shades of Toast #A2715B
Tints of Toast #A2715B
RGB
CMYK
RGB Variations
Color information
#A2715B (or 0xA2715B) is known color: Toast. HEX triplet: A2, 71 and 5B. RGB value is (162,113,91). Sum of RGB (Red+Green+Blue) = 162+113+91=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2715B is #5D8EA4. Grayscale: #7D7D7D. Windows color (decimal): -6131365 or 5992866. OLE color: 5992866.
HSL color Cylindrical-coordinate representation of color #A2715B: hue angle of 18.59º 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 #A2715B is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 113 | 91 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.36 |
| HSL | 18.59º | 0.28% | 0.5% | - |
| HSV(B) | 18.59º | 0.44% | 0.64% | - |
| XYZ | 22.69 | 20.25 | 12.61 | - |
| YUV | 125.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 91 | 0 | 0.30 | 0.44 | 0.36 | 18.59 | 0.28 | 0.5 |
| Hex | A2 | 71 | 5B | 0 | 1E | 2C | 24 | 13 | 1C | 32 |
| Octal | 242 | 161 | 133 | 0 | 36 | 54 | 44 | 23 | 34 | 62 |
| Binary | 10100010 | 1110001 | 1011011 | 0 | 11110 | 101100 | 100100 | 10011 | 11100 | 110010 |
Color Harmonies of #A2715B
Complementary color
Monochromatic Colors of #A2715B
Black with #A2715B
Text Example
Text Example
White with #A2715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2715B; }
p { color: rgb(162,113,91); }
H1.HeaderClassName
{
color: #A2715B;
}
.AnyTagClassName
{
color: #A2715B;
}
</style>
background-color css
<style>
a { background-color: #A2715B; }
a { background-color: rgb(162,113,91); }
div.DivClassName
{
background-color: #A2715B;
}
.BgClassName
{
background-color: #A2715B;
}
</style>
border-color css
<style>
span { border-color: #A2715B; }
span { border-color: rgb(162,113,91); }
td.TdClassName
{
border-color: #A2715B;
}
.TagClassName
{
border-color: #A2715B;
}
</style>