Shades of Toast #A17863
Tints of Toast #A17863
RGB
CMYK
RGB Variations
Color information
#A17863 (or 0xA17863) is known color: Toast. HEX triplet: A1, 78 and 63. RGB value is (161,120,99). Sum of RGB (Red+Green+Blue) = 161+120+99=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A17863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17863 is #5E879C. Grayscale: #818181. Windows color (decimal): -6195101 or 6518945. OLE color: 6518945.
HSL color Cylindrical-coordinate representation of color #A17863: hue angle of 20.32º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A17863 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 99 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.37 |
| HSL | 20.32º | 0.25% | 0.51% | - |
| HSV(B) | 20.32º | 0.39% | 0.63% | - |
| XYZ | 23.67 | 21.91 | 14.79 | - |
| YUV | 129.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 99 | 0 | 0.25 | 0.39 | 0.37 | 20.32 | 0.25 | 0.51 |
| Hex | A1 | 78 | 63 | 0 | 19 | 27 | 25 | 14 | 19 | 33 |
| Octal | 241 | 170 | 143 | 0 | 31 | 47 | 45 | 24 | 31 | 63 |
| Binary | 10100001 | 1111000 | 1100011 | 0 | 11001 | 100111 | 100101 | 10100 | 11001 | 110011 |
Color Harmonies of #A17863
Complementary color
Monochromatic Colors of #A17863
Black with #A17863
Text Example
Text Example
White with #A17863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17863; }
p { color: rgb(161,120,99); }
H1.HeaderClassName
{
color: #A17863;
}
.AnyTagClassName
{
color: #A17863;
}
</style>
background-color css
<style>
a { background-color: #A17863; }
a { background-color: rgb(161,120,99); }
div.DivClassName
{
background-color: #A17863;
}
.BgClassName
{
background-color: #A17863;
}
</style>
border-color css
<style>
span { border-color: #A17863; }
span { border-color: rgb(161,120,99); }
td.TdClassName
{
border-color: #A17863;
}
.TagClassName
{
border-color: #A17863;
}
</style>