Shades of Toast #A17461
Tints of Toast #A17461
RGB
CMYK
RGB Variations
Color information
#A17461 (or 0xA17461) is known color: Toast. HEX triplet: A1, 74 and 61. RGB value is (161,116,97). Sum of RGB (Red+Green+Blue) = 161+116+97=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A17461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17461 is #5E8B9E. Grayscale: #7F7F7F. Windows color (decimal): -6196127 or 6386849. OLE color: 6386849.
HSL color Cylindrical-coordinate representation of color #A17461: hue angle of 17.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17461 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 97 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.37 |
| HSL | 17.81º | 0.25% | 0.51% | - |
| HSV(B) | 17.81º | 0.4% | 0.63% | - |
| XYZ | 23.1 | 20.93 | 14.13 | - |
| YUV | 127.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 97 | 0 | 0.28 | 0.40 | 0.37 | 17.81 | 0.25 | 0.51 |
| Hex | A1 | 74 | 61 | 0 | 1C | 28 | 25 | 12 | 19 | 33 |
| Octal | 241 | 164 | 141 | 0 | 34 | 50 | 45 | 22 | 31 | 63 |
| Binary | 10100001 | 1110100 | 1100001 | 0 | 11100 | 101000 | 100101 | 10010 | 11001 | 110011 |
Color Harmonies of #A17461
Complementary color
Monochromatic Colors of #A17461
Black with #A17461
Text Example
Text Example
White with #A17461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17461; }
p { color: rgb(161,116,97); }
H1.HeaderClassName
{
color: #A17461;
}
.AnyTagClassName
{
color: #A17461;
}
</style>
background-color css
<style>
a { background-color: #A17461; }
a { background-color: rgb(161,116,97); }
div.DivClassName
{
background-color: #A17461;
}
.BgClassName
{
background-color: #A17461;
}
</style>
border-color css
<style>
span { border-color: #A17461; }
span { border-color: rgb(161,116,97); }
td.TdClassName
{
border-color: #A17461;
}
.TagClassName
{
border-color: #A17461;
}
</style>