Shades of Toast #A77464
Tints of Toast #A77464
RGB
CMYK
RGB Variations
Color information
#A77464 (or 0xA77464) is known color: Toast. HEX triplet: A7, 74 and 64. RGB value is (167,116,100). Sum of RGB (Red+Green+Blue) = 167+116+100=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A77464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77464 is #588B9B. Grayscale: #818181. Windows color (decimal): -5802908 or 6583463. OLE color: 6583463.
HSL color Cylindrical-coordinate representation of color #A77464: hue angle of 14.33º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77464 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 116 | 100 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.35 |
| HSL | 14.33º | 0.28% | 0.52% | - |
| HSV(B) | 14.33º | 0.4% | 0.65% | - |
| XYZ | 24.48 | 21.63 | 14.94 | - |
| YUV | 129.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 100 | 0 | 0.31 | 0.40 | 0.35 | 14.33 | 0.28 | 0.52 |
| Hex | A7 | 74 | 64 | 0 | 1F | 28 | 23 | E | 1C | 34 |
| Octal | 247 | 164 | 144 | 0 | 37 | 50 | 43 | 16 | 34 | 64 |
| Binary | 10100111 | 1110100 | 1100100 | 0 | 11111 | 101000 | 100011 | 1110 | 11100 | 110100 |
Color Harmonies of #A77464
Complementary color
Monochromatic Colors of #A77464
Black with #A77464
Text Example
Text Example
White with #A77464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77464; }
p { color: rgb(167,116,100); }
H1.HeaderClassName
{
color: #A77464;
}
.AnyTagClassName
{
color: #A77464;
}
</style>
background-color css
<style>
a { background-color: #A77464; }
a { background-color: rgb(167,116,100); }
div.DivClassName
{
background-color: #A77464;
}
.BgClassName
{
background-color: #A77464;
}
</style>
border-color css
<style>
span { border-color: #A77464; }
span { border-color: rgb(167,116,100); }
td.TdClassName
{
border-color: #A77464;
}
.TagClassName
{
border-color: #A77464;
}
</style>