Shades of Toast #AD7762
Tints of Toast #AD7762
RGB
CMYK
RGB Variations
Color information
#AD7762 (or 0xAD7762) is known color: Toast. HEX triplet: AD, 77 and 62. RGB value is (173,119,98). Sum of RGB (Red+Green+Blue) = 173+119+98=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7762 is #52889D. Grayscale: #848484. Windows color (decimal): -5408926 or 6453165. OLE color: 6453165.
HSL color Cylindrical-coordinate representation of color #AD7762: hue angle of 16.8º 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 #AD7762 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 98 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.32 |
| HSL | 16.8º | 0.31% | 0.53% | - |
| HSV(B) | 16.8º | 0.43% | 0.68% | - |
| XYZ | 26.04 | 22.96 | 14.61 | - |
| YUV | 132.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 98 | 0 | 0.31 | 0.43 | 0.32 | 16.8 | 0.31 | 0.53 |
| Hex | AD | 77 | 62 | 0 | 1F | 2B | 20 | 11 | 1F | 35 |
| Octal | 255 | 167 | 142 | 0 | 37 | 53 | 40 | 21 | 37 | 65 |
| Binary | 10101101 | 1110111 | 1100010 | 0 | 11111 | 101011 | 100000 | 10001 | 11111 | 110101 |
Color Harmonies of #AD7762
Complementary color
Monochromatic Colors of #AD7762
Black with #AD7762
Text Example
Text Example
White with #AD7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7762; }
p { color: rgb(173,119,98); }
H1.HeaderClassName
{
color: #AD7762;
}
.AnyTagClassName
{
color: #AD7762;
}
</style>
background-color css
<style>
a { background-color: #AD7762; }
a { background-color: rgb(173,119,98); }
div.DivClassName
{
background-color: #AD7762;
}
.BgClassName
{
background-color: #AD7762;
}
</style>
border-color css
<style>
span { border-color: #AD7762; }
span { border-color: rgb(173,119,98); }
td.TdClassName
{
border-color: #AD7762;
}
.TagClassName
{
border-color: #AD7762;
}
</style>