Shades of Toast #A2735E
Tints of Toast #A2735E
RGB
CMYK
RGB Variations
Color information
#A2735E (or 0xA2735E) is known color: Toast. HEX triplet: A2, 73 and 5E. RGB value is (162,115,94). Sum of RGB (Red+Green+Blue) = 162+115+94=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2735E is #5D8CA1. Grayscale: #7E7E7E. Windows color (decimal): -6130850 or 6189986. OLE color: 6189986.
HSL color Cylindrical-coordinate representation of color #A2735E: hue angle of 18.53º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2735E is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 94 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.36 |
| HSL | 18.53º | 0.27% | 0.5% | - |
| HSV(B) | 18.53º | 0.42% | 0.64% | - |
| XYZ | 23.05 | 20.75 | 13.38 | - |
| YUV | 126.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 94 | 0 | 0.29 | 0.42 | 0.36 | 18.53 | 0.27 | 0.5 |
| Hex | A2 | 73 | 5E | 0 | 1D | 2A | 24 | 13 | 1B | 32 |
| Octal | 242 | 163 | 136 | 0 | 35 | 52 | 44 | 23 | 33 | 62 |
| Binary | 10100010 | 1110011 | 1011110 | 0 | 11101 | 101010 | 100100 | 10011 | 11011 | 110010 |
Color Harmonies of #A2735E
Complementary color
Monochromatic Colors of #A2735E
Black with #A2735E
Text Example
Text Example
White with #A2735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2735E; }
p { color: rgb(162,115,94); }
H1.HeaderClassName
{
color: #A2735E;
}
.AnyTagClassName
{
color: #A2735E;
}
</style>
background-color css
<style>
a { background-color: #A2735E; }
a { background-color: rgb(162,115,94); }
div.DivClassName
{
background-color: #A2735E;
}
.BgClassName
{
background-color: #A2735E;
}
</style>
border-color css
<style>
span { border-color: #A2735E; }
span { border-color: rgb(162,115,94); }
td.TdClassName
{
border-color: #A2735E;
}
.TagClassName
{
border-color: #A2735E;
}
</style>