Shades of Toast #A76E5F
Tints of Toast #A76E5F
RGB
CMYK
RGB Variations
Color information
#A76E5F (or 0xA76E5F) is known color: Toast. HEX triplet: A7, 6E and 5F. RGB value is (167,110,95). Sum of RGB (Red+Green+Blue) = 167+110+95=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E5F is #5891A0. Grayscale: #7D7D7D. Windows color (decimal): -5804449 or 6254247. OLE color: 6254247.
HSL color Cylindrical-coordinate representation of color #A76E5F: hue angle of 12.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76E5F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 110 | 95 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.35 |
| HSL | 12.5º | 0.29% | 0.51% | - |
| HSV(B) | 12.5º | 0.43% | 0.65% | - |
| XYZ | 23.58 | 20.19 | 13.48 | - |
| YUV | 125.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 95 | 0 | 0.34 | 0.43 | 0.35 | 12.5 | 0.29 | 0.51 |
| Hex | A7 | 6E | 5F | 0 | 22 | 2B | 23 | C | 1D | 33 |
| Octal | 247 | 156 | 137 | 0 | 42 | 53 | 43 | 14 | 35 | 63 |
| Binary | 10100111 | 1101110 | 1011111 | 0 | 100010 | 101011 | 100011 | 1100 | 11101 | 110011 |
Color Harmonies of #A76E5F
Complementary color
Monochromatic Colors of #A76E5F
Black with #A76E5F
Text Example
Text Example
White with #A76E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76E5F; }
p { color: rgb(167,110,95); }
H1.HeaderClassName
{
color: #A76E5F;
}
.AnyTagClassName
{
color: #A76E5F;
}
</style>
background-color css
<style>
a { background-color: #A76E5F; }
a { background-color: rgb(167,110,95); }
div.DivClassName
{
background-color: #A76E5F;
}
.BgClassName
{
background-color: #A76E5F;
}
</style>
border-color css
<style>
span { border-color: #A76E5F; }
span { border-color: rgb(167,110,95); }
td.TdClassName
{
border-color: #A76E5F;
}
.TagClassName
{
border-color: #A76E5F;
}
</style>