Shades of Toast #A7715F
Tints of Toast #A7715F
RGB
CMYK
RGB Variations
Color information
#A7715F (or 0xA7715F) is known color: Toast. HEX triplet: A7, 71 and 5F. RGB value is (167,113,95). Sum of RGB (Red+Green+Blue) = 167+113+95=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7715F is #588EA0. Grayscale: #7F7F7F. Windows color (decimal): -5803681 or 6255015. OLE color: 6255015.
HSL color Cylindrical-coordinate representation of color #A7715F: hue angle of 15º 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 #A7715F is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 113 | 95 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.35 |
| HSL | 15º | 0.29% | 0.51% | - |
| HSV(B) | 15º | 0.43% | 0.65% | - |
| XYZ | 23.91 | 20.85 | 13.59 | - |
| YUV | 127.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 95 | 0 | 0.32 | 0.43 | 0.35 | 15 | 0.29 | 0.51 |
| Hex | A7 | 71 | 5F | 0 | 20 | 2B | 23 | F | 1D | 33 |
| Octal | 247 | 161 | 137 | 0 | 40 | 53 | 43 | 17 | 35 | 63 |
| Binary | 10100111 | 1110001 | 1011111 | 0 | 100000 | 101011 | 100011 | 1111 | 11101 | 110011 |
Color Harmonies of #A7715F
Complementary color
Monochromatic Colors of #A7715F
Black with #A7715F
Text Example
Text Example
White with #A7715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7715F; }
p { color: rgb(167,113,95); }
H1.HeaderClassName
{
color: #A7715F;
}
.AnyTagClassName
{
color: #A7715F;
}
</style>
background-color css
<style>
a { background-color: #A7715F; }
a { background-color: rgb(167,113,95); }
div.DivClassName
{
background-color: #A7715F;
}
.BgClassName
{
background-color: #A7715F;
}
</style>
border-color css
<style>
span { border-color: #A7715F; }
span { border-color: rgb(167,113,95); }
td.TdClassName
{
border-color: #A7715F;
}
.TagClassName
{
border-color: #A7715F;
}
</style>