Shades of Toast #A76D5C
Tints of Toast #A76D5C
RGB
CMYK
RGB Variations
Color information
#A76D5C (or 0xA76D5C) is known color: Toast. HEX triplet: A7, 6D and 5C. RGB value is (167,109,92). Sum of RGB (Red+Green+Blue) = 167+109+92=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76D5C is #5892A3. Grayscale: #7C7C7C. Windows color (decimal): -5804708 or 6057383. OLE color: 6057383.
HSL color Cylindrical-coordinate representation of color #A76D5C: hue angle of 13.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A76D5C is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 92 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.35 |
| HSL | 13.6º | 0.3% | 0.51% | - |
| HSV(B) | 13.6º | 0.45% | 0.65% | - |
| XYZ | 23.34 | 19.93 | 12.74 | - |
| YUV | 124.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 92 | 0 | 0.35 | 0.45 | 0.35 | 13.6 | 0.3 | 0.51 |
| Hex | A7 | 6D | 5C | 0 | 23 | 2D | 23 | E | 1E | 33 |
| Octal | 247 | 155 | 134 | 0 | 43 | 55 | 43 | 16 | 36 | 63 |
| Binary | 10100111 | 1101101 | 1011100 | 0 | 100011 | 101101 | 100011 | 1110 | 11110 | 110011 |
Color Harmonies of #A76D5C
Complementary color
Monochromatic Colors of #A76D5C
Black with #A76D5C
Text Example
Text Example
White with #A76D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D5C; }
p { color: rgb(167,109,92); }
H1.HeaderClassName
{
color: #A76D5C;
}
.AnyTagClassName
{
color: #A76D5C;
}
</style>
background-color css
<style>
a { background-color: #A76D5C; }
a { background-color: rgb(167,109,92); }
div.DivClassName
{
background-color: #A76D5C;
}
.BgClassName
{
background-color: #A76D5C;
}
</style>
border-color css
<style>
span { border-color: #A76D5C; }
span { border-color: rgb(167,109,92); }
td.TdClassName
{
border-color: #A76D5C;
}
.TagClassName
{
border-color: #A76D5C;
}
</style>