Shades of Toast #A2786A
Tints of Toast #A2786A
RGB
CMYK
RGB Variations
Color information
#A2786A (or 0xA2786A) is known color: Toast. HEX triplet: A2, 78 and 6A. RGB value is (162,120,106). Sum of RGB (Red+Green+Blue) = 162+120+106=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2786A is #5D8795. Grayscale: #838383. Windows color (decimal): -6129558 or 6977698. OLE color: 6977698.
HSL color Cylindrical-coordinate representation of color #A2786A: hue angle of 15º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2786A is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 120 | 106 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.36 |
| HSL | 15º | 0.23% | 0.53% | - |
| HSV(B) | 15º | 0.35% | 0.64% | - |
| XYZ | 24.22 | 22.15 | 16.64 | - |
| YUV | 130.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 106 | 0 | 0.26 | 0.35 | 0.36 | 15 | 0.23 | 0.53 |
| Hex | A2 | 78 | 6A | 0 | 1A | 23 | 24 | F | 17 | 35 |
| Octal | 242 | 170 | 152 | 0 | 32 | 43 | 44 | 17 | 27 | 65 |
| Binary | 10100010 | 1111000 | 1101010 | 0 | 11010 | 100011 | 100100 | 1111 | 10111 | 110101 |
Color Harmonies of #A2786A
Complementary color
Monochromatic Colors of #A2786A
Black with #A2786A
Text Example
Text Example
White with #A2786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2786A; }
p { color: rgb(162,120,106); }
H1.HeaderClassName
{
color: #A2786A;
}
.AnyTagClassName
{
color: #A2786A;
}
</style>
background-color css
<style>
a { background-color: #A2786A; }
a { background-color: rgb(162,120,106); }
div.DivClassName
{
background-color: #A2786A;
}
.BgClassName
{
background-color: #A2786A;
}
</style>
border-color css
<style>
span { border-color: #A2786A; }
span { border-color: rgb(162,120,106); }
td.TdClassName
{
border-color: #A2786A;
}
.TagClassName
{
border-color: #A2786A;
}
</style>