Shades of Toast #A7705D
Tints of Toast #A7705D
RGB
CMYK
RGB Variations
Color information
#A7705D (or 0xA7705D) is known color: Toast. HEX triplet: A7, 70 and 5D. RGB value is (167,112,93). Sum of RGB (Red+Green+Blue) = 167+112+93=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A7705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7705D is #588FA2. Grayscale: #7E7E7E. Windows color (decimal): -5803939 or 6123687. OLE color: 6123687.
HSL color Cylindrical-coordinate representation of color #A7705D: hue angle of 15.41º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7705D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 112 | 93 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.35 |
| HSL | 15.41º | 0.3% | 0.51% | - |
| HSV(B) | 15.41º | 0.44% | 0.65% | - |
| XYZ | 23.71 | 20.59 | 13.08 | - |
| YUV | 126.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 93 | 0 | 0.33 | 0.44 | 0.35 | 15.41 | 0.3 | 0.51 |
| Hex | A7 | 70 | 5D | 0 | 21 | 2C | 23 | F | 1E | 33 |
| Octal | 247 | 160 | 135 | 0 | 41 | 54 | 43 | 17 | 36 | 63 |
| Binary | 10100111 | 1110000 | 1011101 | 0 | 100001 | 101100 | 100011 | 1111 | 11110 | 110011 |
Color Harmonies of #A7705D
Complementary color
Monochromatic Colors of #A7705D
Black with #A7705D
Text Example
Text Example
White with #A7705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7705D; }
p { color: rgb(167,112,93); }
H1.HeaderClassName
{
color: #A7705D;
}
.AnyTagClassName
{
color: #A7705D;
}
</style>
background-color css
<style>
a { background-color: #A7705D; }
a { background-color: rgb(167,112,93); }
div.DivClassName
{
background-color: #A7705D;
}
.BgClassName
{
background-color: #A7705D;
}
</style>
border-color css
<style>
span { border-color: #A7705D; }
span { border-color: rgb(167,112,93); }
td.TdClassName
{
border-color: #A7705D;
}
.TagClassName
{
border-color: #A7705D;
}
</style>