Shades of Toast #A2735C
Tints of Toast #A2735C
RGB
CMYK
RGB Variations
Color information
#A2735C (or 0xA2735C) is known color: Toast. HEX triplet: A2, 73 and 5C. RGB value is (162,115,92). Sum of RGB (Red+Green+Blue) = 162+115+92=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2735C is #5D8CA3. Grayscale: #7E7E7E. Windows color (decimal): -6130852 or 6058914. OLE color: 6058914.
HSL color Cylindrical-coordinate representation of color #A2735C: hue angle of 19.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 #A2735C is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 92 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.36 |
| HSL | 19.71º | 0.28% | 0.5% | - |
| HSV(B) | 19.71º | 0.43% | 0.64% | - |
| XYZ | 22.96 | 20.72 | 12.91 | - |
| YUV | 126.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 92 | 0 | 0.29 | 0.43 | 0.36 | 19.71 | 0.28 | 0.5 |
| Hex | A2 | 73 | 5C | 0 | 1D | 2B | 24 | 14 | 1C | 32 |
| Octal | 242 | 163 | 134 | 0 | 35 | 53 | 44 | 24 | 34 | 62 |
| Binary | 10100010 | 1110011 | 1011100 | 0 | 11101 | 101011 | 100100 | 10100 | 11100 | 110010 |
Color Harmonies of #A2735C
Complementary color
Monochromatic Colors of #A2735C
Black with #A2735C
Text Example
Text Example
White with #A2735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2735C; }
p { color: rgb(162,115,92); }
H1.HeaderClassName
{
color: #A2735C;
}
.AnyTagClassName
{
color: #A2735C;
}
</style>
background-color css
<style>
a { background-color: #A2735C; }
a { background-color: rgb(162,115,92); }
div.DivClassName
{
background-color: #A2735C;
}
.BgClassName
{
background-color: #A2735C;
}
</style>
border-color css
<style>
span { border-color: #A2735C; }
span { border-color: rgb(162,115,92); }
td.TdClassName
{
border-color: #A2735C;
}
.TagClassName
{
border-color: #A2735C;
}
</style>