Shades of Toast #AD7763
Tints of Toast #AD7763
RGB
CMYK
RGB Variations
Color information
#AD7763 (or 0xAD7763) is known color: Toast. HEX triplet: AD, 77 and 63. RGB value is (173,119,99). Sum of RGB (Red+Green+Blue) = 173+119+99=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7763 is #52889C. Grayscale: #858585. Windows color (decimal): -5408925 or 6518701. OLE color: 6518701.
HSL color Cylindrical-coordinate representation of color #AD7763: hue angle of 16.22º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD7763 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 99 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.32 |
| HSL | 16.22º | 0.31% | 0.53% | - |
| HSV(B) | 16.22º | 0.43% | 0.68% | - |
| XYZ | 26.08 | 22.98 | 14.87 | - |
| YUV | 132.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 99 | 0 | 0.31 | 0.43 | 0.32 | 16.22 | 0.31 | 0.53 |
| Hex | AD | 77 | 63 | 0 | 1F | 2B | 20 | 10 | 1F | 35 |
| Octal | 255 | 167 | 143 | 0 | 37 | 53 | 40 | 20 | 37 | 65 |
| Binary | 10101101 | 1110111 | 1100011 | 0 | 11111 | 101011 | 100000 | 10000 | 11111 | 110101 |
Color Harmonies of #AD7763
Complementary color
Monochromatic Colors of #AD7763
Black with #AD7763
Text Example
Text Example
White with #AD7763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7763; }
p { color: rgb(173,119,99); }
H1.HeaderClassName
{
color: #AD7763;
}
.AnyTagClassName
{
color: #AD7763;
}
</style>
background-color css
<style>
a { background-color: #AD7763; }
a { background-color: rgb(173,119,99); }
div.DivClassName
{
background-color: #AD7763;
}
.BgClassName
{
background-color: #AD7763;
}
</style>
border-color css
<style>
span { border-color: #AD7763; }
span { border-color: rgb(173,119,99); }
td.TdClassName
{
border-color: #AD7763;
}
.TagClassName
{
border-color: #AD7763;
}
</style>