Shades of Toast #A47163
Tints of Toast #A47163
RGB
CMYK
RGB Variations
Color information
#A47163 (or 0xA47163) is known color: Toast. HEX triplet: A4, 71 and 63. RGB value is (164,113,99). Sum of RGB (Red+Green+Blue) = 164+113+99=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A47163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47163 is #5B8E9C. Grayscale: #7E7E7E. Windows color (decimal): -6000285 or 6517156. OLE color: 6517156.
HSL color Cylindrical-coordinate representation of color #A47163: hue angle of 12.92º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47163 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 99 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.36 |
| HSL | 12.92º | 0.26% | 0.52% | - |
| HSV(B) | 12.92º | 0.4% | 0.64% | - |
| XYZ | 23.47 | 20.6 | 14.54 | - |
| YUV | 126.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 99 | 0 | 0.31 | 0.40 | 0.36 | 12.92 | 0.26 | 0.52 |
| Hex | A4 | 71 | 63 | 0 | 1F | 28 | 24 | D | 1A | 34 |
| Octal | 244 | 161 | 143 | 0 | 37 | 50 | 44 | 15 | 32 | 64 |
| Binary | 10100100 | 1110001 | 1100011 | 0 | 11111 | 101000 | 100100 | 1101 | 11010 | 110100 |
Color Harmonies of #A47163
Complementary color
Monochromatic Colors of #A47163
Black with #A47163
Text Example
Text Example
White with #A47163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47163; }
p { color: rgb(164,113,99); }
H1.HeaderClassName
{
color: #A47163;
}
.AnyTagClassName
{
color: #A47163;
}
</style>
background-color css
<style>
a { background-color: #A47163; }
a { background-color: rgb(164,113,99); }
div.DivClassName
{
background-color: #A47163;
}
.BgClassName
{
background-color: #A47163;
}
</style>
border-color css
<style>
span { border-color: #A47163; }
span { border-color: rgb(164,113,99); }
td.TdClassName
{
border-color: #A47163;
}
.TagClassName
{
border-color: #A47163;
}
</style>