Shades of Toast #A77759
Tints of Toast #A77759
RGB
CMYK
RGB Variations
Color information
#A77759 (or 0xA77759) is known color: Toast. HEX triplet: A7, 77 and 59. RGB value is (167,119,89). Sum of RGB (Red+Green+Blue) = 167+119+89=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A77759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77759 is #5888A6. Grayscale: #828282. Windows color (decimal): -5802151 or 5863335. OLE color: 5863335.
HSL color Cylindrical-coordinate representation of color #A77759: hue angle of 23.08º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A77759 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 119 | 89 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.35 |
| HSL | 23.08º | 0.31% | 0.5% | - |
| HSV(B) | 23.08º | 0.47% | 0.65% | - |
| XYZ | 24.34 | 22.13 | 12.44 | - |
| YUV | 129.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 119 | 89 | 0 | 0.29 | 0.47 | 0.35 | 23.08 | 0.31 | 0.5 |
| Hex | A7 | 77 | 59 | 0 | 1D | 2F | 23 | 17 | 1F | 32 |
| Octal | 247 | 167 | 131 | 0 | 35 | 57 | 43 | 27 | 37 | 62 |
| Binary | 10100111 | 1110111 | 1011001 | 0 | 11101 | 101111 | 100011 | 10111 | 11111 | 110010 |
Color Harmonies of #A77759
Complementary color
Monochromatic Colors of #A77759
Black with #A77759
Text Example
Text Example
White with #A77759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77759; }
p { color: rgb(167,119,89); }
H1.HeaderClassName
{
color: #A77759;
}
.AnyTagClassName
{
color: #A77759;
}
</style>
background-color css
<style>
a { background-color: #A77759; }
a { background-color: rgb(167,119,89); }
div.DivClassName
{
background-color: #A77759;
}
.BgClassName
{
background-color: #A77759;
}
</style>
border-color css
<style>
span { border-color: #A77759; }
span { border-color: rgb(167,119,89); }
td.TdClassName
{
border-color: #A77759;
}
.TagClassName
{
border-color: #A77759;
}
</style>