Shades of Toast #AD705D
Tints of Toast #AD705D
RGB
CMYK
RGB Variations
Color information
#AD705D (or 0xAD705D) is known color: Toast. HEX triplet: AD, 70 and 5D. RGB value is (173,112,93). Sum of RGB (Red+Green+Blue) = 173+112+93=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD705D is #528FA2. Grayscale: #808080. Windows color (decimal): -5410723 or 6123693. OLE color: 6123693.
HSL color Cylindrical-coordinate representation of color #AD705D: hue angle of 14.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD705D is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 93 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.32 |
| HSL | 14.25º | 0.33% | 0.52% | - |
| HSV(B) | 14.25º | 0.46% | 0.68% | - |
| XYZ | 25 | 21.26 | 13.14 | - |
| YUV | 128.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 93 | 0 | 0.35 | 0.46 | 0.32 | 14.25 | 0.33 | 0.52 |
| Hex | AD | 70 | 5D | 0 | 23 | 2E | 20 | E | 21 | 34 |
| Octal | 255 | 160 | 135 | 0 | 43 | 56 | 40 | 16 | 41 | 64 |
| Binary | 10101101 | 1110000 | 1011101 | 0 | 100011 | 101110 | 100000 | 1110 | 100001 | 110100 |
Color Harmonies of #AD705D
Complementary color
Monochromatic Colors of #AD705D
Black with #AD705D
Text Example
Text Example
White with #AD705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD705D; }
p { color: rgb(173,112,93); }
H1.HeaderClassName
{
color: #AD705D;
}
.AnyTagClassName
{
color: #AD705D;
}
</style>
background-color css
<style>
a { background-color: #AD705D; }
a { background-color: rgb(173,112,93); }
div.DivClassName
{
background-color: #AD705D;
}
.BgClassName
{
background-color: #AD705D;
}
</style>
border-color css
<style>
span { border-color: #AD705D; }
span { border-color: rgb(173,112,93); }
td.TdClassName
{
border-color: #AD705D;
}
.TagClassName
{
border-color: #AD705D;
}
</style>