Shades of Toast #A17463
Tints of Toast #A17463
RGB
CMYK
RGB Variations
Color information
#A17463 (or 0xA17463) is known color: Toast. HEX triplet: A1, 74 and 63. RGB value is (161,116,99). Sum of RGB (Red+Green+Blue) = 161+116+99=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A17463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17463 is #5E8B9C. Grayscale: #7F7F7F. Windows color (decimal): -6196125 or 6517921. OLE color: 6517921.
HSL color Cylindrical-coordinate representation of color #A17463: hue angle of 16.45º 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 #A17463 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 99 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.37 |
| HSL | 16.45º | 0.25% | 0.51% | - |
| HSV(B) | 16.45º | 0.39% | 0.63% | - |
| XYZ | 23.2 | 20.97 | 14.63 | - |
| YUV | 127.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 99 | 0 | 0.28 | 0.39 | 0.37 | 16.45 | 0.25 | 0.51 |
| Hex | A1 | 74 | 63 | 0 | 1C | 27 | 25 | 10 | 19 | 33 |
| Octal | 241 | 164 | 143 | 0 | 34 | 47 | 45 | 20 | 31 | 63 |
| Binary | 10100001 | 1110100 | 1100011 | 0 | 11100 | 100111 | 100101 | 10000 | 11001 | 110011 |
Color Harmonies of #A17463
Complementary color
Monochromatic Colors of #A17463
Black with #A17463
Text Example
Text Example
White with #A17463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17463; }
p { color: rgb(161,116,99); }
H1.HeaderClassName
{
color: #A17463;
}
.AnyTagClassName
{
color: #A17463;
}
</style>
background-color css
<style>
a { background-color: #A17463; }
a { background-color: rgb(161,116,99); }
div.DivClassName
{
background-color: #A17463;
}
.BgClassName
{
background-color: #A17463;
}
</style>
border-color css
<style>
span { border-color: #A17463; }
span { border-color: rgb(161,116,99); }
td.TdClassName
{
border-color: #A17463;
}
.TagClassName
{
border-color: #A17463;
}
</style>