Shades of Toast #A17159
Tints of Toast #A17159
RGB
CMYK
RGB Variations
Color information
#A17159 (or 0xA17159) is known color: Toast. HEX triplet: A1, 71 and 59. RGB value is (161,113,89). Sum of RGB (Red+Green+Blue) = 161+113+89=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A17159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17159 is #5E8EA6. Grayscale: #7C7C7C. Windows color (decimal): -6196903 or 5861793. OLE color: 5861793.
HSL color Cylindrical-coordinate representation of color #A17159: hue angle of 20º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A17159 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 89 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.37 |
| HSL | 20º | 0.29% | 0.49% | - |
| HSV(B) | 20º | 0.45% | 0.63% | - |
| XYZ | 22.41 | 20.11 | 12.15 | - |
| YUV | 124.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 89 | 0 | 0.30 | 0.45 | 0.37 | 20 | 0.29 | 0.49 |
| Hex | A1 | 71 | 59 | 0 | 1E | 2D | 25 | 14 | 1D | 31 |
| Octal | 241 | 161 | 131 | 0 | 36 | 55 | 45 | 24 | 35 | 61 |
| Binary | 10100001 | 1110001 | 1011001 | 0 | 11110 | 101101 | 100101 | 10100 | 11101 | 110001 |
Color Harmonies of #A17159
Complementary color
Monochromatic Colors of #A17159
Black with #A17159
Text Example
Text Example
White with #A17159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17159; }
p { color: rgb(161,113,89); }
H1.HeaderClassName
{
color: #A17159;
}
.AnyTagClassName
{
color: #A17159;
}
</style>
background-color css
<style>
a { background-color: #A17159; }
a { background-color: rgb(161,113,89); }
div.DivClassName
{
background-color: #A17159;
}
.BgClassName
{
background-color: #A17159;
}
</style>
border-color css
<style>
span { border-color: #A17159; }
span { border-color: rgb(161,113,89); }
td.TdClassName
{
border-color: #A17159;
}
.TagClassName
{
border-color: #A17159;
}
</style>