Shades of Toast #A4715C
Tints of Toast #A4715C
RGB
CMYK
RGB Variations
Color information
#A4715C (or 0xA4715C) is known color: Toast. HEX triplet: A4, 71 and 5C. RGB value is (164,113,92). Sum of RGB (Red+Green+Blue) = 164+113+92=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4715C is #5B8EA3. Grayscale: #7D7D7D. Windows color (decimal): -6000292 or 6058404. OLE color: 6058404.
HSL color Cylindrical-coordinate representation of color #A4715C: hue angle of 17.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4715C is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 92 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.36 |
| HSL | 17.5º | 0.28% | 0.5% | - |
| HSV(B) | 17.5º | 0.44% | 0.64% | - |
| XYZ | 23.15 | 20.48 | 12.86 | - |
| YUV | 125.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 92 | 0 | 0.31 | 0.44 | 0.36 | 17.5 | 0.28 | 0.5 |
| Hex | A4 | 71 | 5C | 0 | 1F | 2C | 24 | 12 | 1C | 32 |
| Octal | 244 | 161 | 134 | 0 | 37 | 54 | 44 | 22 | 34 | 62 |
| Binary | 10100100 | 1110001 | 1011100 | 0 | 11111 | 101100 | 100100 | 10010 | 11100 | 110010 |
Color Harmonies of #A4715C
Complementary color
Monochromatic Colors of #A4715C
Black with #A4715C
Text Example
Text Example
White with #A4715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4715C; }
p { color: rgb(164,113,92); }
H1.HeaderClassName
{
color: #A4715C;
}
.AnyTagClassName
{
color: #A4715C;
}
</style>
background-color css
<style>
a { background-color: #A4715C; }
a { background-color: rgb(164,113,92); }
div.DivClassName
{
background-color: #A4715C;
}
.BgClassName
{
background-color: #A4715C;
}
</style>
border-color css
<style>
span { border-color: #A4715C; }
span { border-color: rgb(164,113,92); }
td.TdClassName
{
border-color: #A4715C;
}
.TagClassName
{
border-color: #A4715C;
}
</style>