Shades of Toast #AD7660
Tints of Toast #AD7660
RGB
CMYK
RGB Variations
Color information
#AD7660 (or 0xAD7660) is known color: Toast. HEX triplet: AD, 76 and 60. RGB value is (173,118,96). Sum of RGB (Red+Green+Blue) = 173+118+96=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7660 is #52899F. Grayscale: #848484. Windows color (decimal): -5409184 or 6321837. OLE color: 6321837.
HSL color Cylindrical-coordinate representation of color #AD7660: hue angle of 17.14º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7660 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 96 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.32 |
| HSL | 17.14º | 0.32% | 0.53% | - |
| HSV(B) | 17.14º | 0.45% | 0.68% | - |
| XYZ | 25.82 | 22.69 | 14.08 | - |
| YUV | 131.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 96 | 0 | 0.32 | 0.45 | 0.32 | 17.14 | 0.32 | 0.53 |
| Hex | AD | 76 | 60 | 0 | 20 | 2D | 20 | 11 | 20 | 35 |
| Octal | 255 | 166 | 140 | 0 | 40 | 55 | 40 | 21 | 40 | 65 |
| Binary | 10101101 | 1110110 | 1100000 | 0 | 100000 | 101101 | 100000 | 10001 | 100000 | 110101 |
Color Harmonies of #AD7660
Complementary color
Monochromatic Colors of #AD7660
Black with #AD7660
Text Example
Text Example
White with #AD7660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7660; }
p { color: rgb(173,118,96); }
H1.HeaderClassName
{
color: #AD7660;
}
.AnyTagClassName
{
color: #AD7660;
}
</style>
background-color css
<style>
a { background-color: #AD7660; }
a { background-color: rgb(173,118,96); }
div.DivClassName
{
background-color: #AD7660;
}
.BgClassName
{
background-color: #AD7660;
}
</style>
border-color css
<style>
span { border-color: #AD7660; }
span { border-color: rgb(173,118,96); }
td.TdClassName
{
border-color: #AD7660;
}
.TagClassName
{
border-color: #AD7660;
}
</style>