Shades of Toast #A4715F
Tints of Toast #A4715F
RGB
CMYK
RGB Variations
Color information
#A4715F (or 0xA4715F) is known color: Toast. HEX triplet: A4, 71 and 5F. RGB value is (164,113,95). Sum of RGB (Red+Green+Blue) = 164+113+95=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4715F is #5B8EA0. Grayscale: #7E7E7E. Windows color (decimal): -6000289 or 6255012. OLE color: 6255012.
HSL color Cylindrical-coordinate representation of color #A4715F: hue angle of 15.65º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4715F is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 95 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.36 |
| HSL | 15.65º | 0.27% | 0.51% | - |
| HSV(B) | 15.65º | 0.42% | 0.64% | - |
| XYZ | 23.28 | 20.53 | 13.56 | - |
| YUV | 126.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 95 | 0 | 0.31 | 0.42 | 0.36 | 15.65 | 0.27 | 0.51 |
| Hex | A4 | 71 | 5F | 0 | 1F | 2A | 24 | 10 | 1B | 33 |
| Octal | 244 | 161 | 137 | 0 | 37 | 52 | 44 | 20 | 33 | 63 |
| Binary | 10100100 | 1110001 | 1011111 | 0 | 11111 | 101010 | 100100 | 10000 | 11011 | 110011 |
Color Harmonies of #A4715F
Complementary color
Monochromatic Colors of #A4715F
Black with #A4715F
Text Example
Text Example
White with #A4715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4715F; }
p { color: rgb(164,113,95); }
H1.HeaderClassName
{
color: #A4715F;
}
.AnyTagClassName
{
color: #A4715F;
}
</style>
background-color css
<style>
a { background-color: #A4715F; }
a { background-color: rgb(164,113,95); }
div.DivClassName
{
background-color: #A4715F;
}
.BgClassName
{
background-color: #A4715F;
}
</style>
border-color css
<style>
span { border-color: #A4715F; }
span { border-color: rgb(164,113,95); }
td.TdClassName
{
border-color: #A4715F;
}
.TagClassName
{
border-color: #A4715F;
}
</style>