Shades of Toast #A1786A
Tints of Toast #A1786A
RGB
CMYK
RGB Variations
Color information
#A1786A (or 0xA1786A) is known color: Toast. HEX triplet: A1, 78 and 6A. RGB value is (161,120,106). Sum of RGB (Red+Green+Blue) = 161+120+106=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1786A is #5E8795. Grayscale: #828282. Windows color (decimal): -6195094 or 6977697. OLE color: 6977697.
HSL color Cylindrical-coordinate representation of color #A1786A: hue angle of 15.27º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1786A is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 106 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.37 |
| HSL | 15.27º | 0.23% | 0.52% | - |
| HSV(B) | 15.27º | 0.34% | 0.63% | - |
| XYZ | 24.02 | 22.05 | 16.63 | - |
| YUV | 130.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 106 | 0 | 0.25 | 0.34 | 0.37 | 15.27 | 0.23 | 0.52 |
| Hex | A1 | 78 | 6A | 0 | 19 | 22 | 25 | F | 17 | 34 |
| Octal | 241 | 170 | 152 | 0 | 31 | 42 | 45 | 17 | 27 | 64 |
| Binary | 10100001 | 1111000 | 1101010 | 0 | 11001 | 100010 | 100101 | 1111 | 10111 | 110100 |
Color Harmonies of #A1786A
Complementary color
Monochromatic Colors of #A1786A
Black with #A1786A
Text Example
Text Example
White with #A1786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1786A; }
p { color: rgb(161,120,106); }
H1.HeaderClassName
{
color: #A1786A;
}
.AnyTagClassName
{
color: #A1786A;
}
</style>
background-color css
<style>
a { background-color: #A1786A; }
a { background-color: rgb(161,120,106); }
div.DivClassName
{
background-color: #A1786A;
}
.BgClassName
{
background-color: #A1786A;
}
</style>
border-color css
<style>
span { border-color: #A1786A; }
span { border-color: rgb(161,120,106); }
td.TdClassName
{
border-color: #A1786A;
}
.TagClassName
{
border-color: #A1786A;
}
</style>