Shades of Toast #A4745C
Tints of Toast #A4745C
RGB
CMYK
RGB Variations
Color information
#A4745C (or 0xA4745C) is known color: Toast. HEX triplet: A4, 74 and 5C. RGB value is (164,116,92). Sum of RGB (Red+Green+Blue) = 164+116+92=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4745C is #5B8BA3. Grayscale: #7F7F7F. Windows color (decimal): -5999524 or 6059172. OLE color: 6059172.
HSL color Cylindrical-coordinate representation of color #A4745C: hue angle of 20º 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 #A4745C is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 92 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.36 |
| HSL | 20º | 0.28% | 0.5% | - |
| HSV(B) | 20º | 0.44% | 0.64% | - |
| XYZ | 23.49 | 21.16 | 12.97 | - |
| YUV | 127.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 92 | 0 | 0.29 | 0.44 | 0.36 | 20 | 0.28 | 0.5 |
| Hex | A4 | 74 | 5C | 0 | 1D | 2C | 24 | 14 | 1C | 32 |
| Octal | 244 | 164 | 134 | 0 | 35 | 54 | 44 | 24 | 34 | 62 |
| Binary | 10100100 | 1110100 | 1011100 | 0 | 11101 | 101100 | 100100 | 10100 | 11100 | 110010 |
Color Harmonies of #A4745C
Complementary color
Monochromatic Colors of #A4745C
Black with #A4745C
Text Example
Text Example
White with #A4745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4745C; }
p { color: rgb(164,116,92); }
H1.HeaderClassName
{
color: #A4745C;
}
.AnyTagClassName
{
color: #A4745C;
}
</style>
background-color css
<style>
a { background-color: #A4745C; }
a { background-color: rgb(164,116,92); }
div.DivClassName
{
background-color: #A4745C;
}
.BgClassName
{
background-color: #A4745C;
}
</style>
border-color css
<style>
span { border-color: #A4745C; }
span { border-color: rgb(164,116,92); }
td.TdClassName
{
border-color: #A4745C;
}
.TagClassName
{
border-color: #A4745C;
}
</style>