Shades of Toast #A2745D
Tints of Toast #A2745D
RGB
CMYK
RGB Variations
Color information
#A2745D (or 0xA2745D) is known color: Toast. HEX triplet: A2, 74 and 5D. RGB value is (162,116,93). Sum of RGB (Red+Green+Blue) = 162+116+93=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2745D is #5D8BA2. Grayscale: #7F7F7F. Windows color (decimal): -6130595 or 6124706. OLE color: 6124706.
HSL color Cylindrical-coordinate representation of color #A2745D: hue angle of 20º degrees, saturation: 0.27, 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 #A2745D is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 116 | 93 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.36 |
| HSL | 20º | 0.27% | 0.5% | - |
| HSV(B) | 20º | 0.43% | 0.64% | - |
| XYZ | 23.12 | 20.96 | 13.18 | - |
| YUV | 127.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 116 | 93 | 0 | 0.28 | 0.43 | 0.36 | 20 | 0.27 | 0.5 |
| Hex | A2 | 74 | 5D | 0 | 1C | 2B | 24 | 14 | 1B | 32 |
| Octal | 242 | 164 | 135 | 0 | 34 | 53 | 44 | 24 | 33 | 62 |
| Binary | 10100010 | 1110100 | 1011101 | 0 | 11100 | 101011 | 100100 | 10100 | 11011 | 110010 |
Color Harmonies of #A2745D
Complementary color
Monochromatic Colors of #A2745D
Black with #A2745D
Text Example
Text Example
White with #A2745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2745D; }
p { color: rgb(162,116,93); }
H1.HeaderClassName
{
color: #A2745D;
}
.AnyTagClassName
{
color: #A2745D;
}
</style>
background-color css
<style>
a { background-color: #A2745D; }
a { background-color: rgb(162,116,93); }
div.DivClassName
{
background-color: #A2745D;
}
.BgClassName
{
background-color: #A2745D;
}
</style>
border-color css
<style>
span { border-color: #A2745D; }
span { border-color: rgb(162,116,93); }
td.TdClassName
{
border-color: #A2745D;
}
.TagClassName
{
border-color: #A2745D;
}
</style>