Shades of Hot Toddy #AD762C
Tints of Hot Toddy #AD762C
RGB
CMYK
RGB Variations
Color information
#AD762C (or 0xAD762C) is known color: Hot Toddy. HEX triplet: AD, 76 and 2C. RGB value is (173,118,44). Sum of RGB (Red+Green+Blue) = 173+118+44=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD762C is #5289D3. Grayscale: #7E7E7E. Windows color (decimal): -5409236 or 2913965. OLE color: 2913965.
HSL color Cylindrical-coordinate representation of color #AD762C: hue angle of 34.42º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD762C is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 44 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.32 |
| HSL | 34.42º | 0.59% | 0.43% | - |
| HSV(B) | 34.42º | 0.75% | 0.68% | - |
| XYZ | 24.17 | 22.02 | 5.36 | - |
| YUV | 126.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 44 | 0 | 0.32 | 0.75 | 0.32 | 34.42 | 0.59 | 0.43 |
| Hex | AD | 76 | 2C | 0 | 20 | 4B | 20 | 22 | 3B | 2B |
| Octal | 255 | 166 | 54 | 0 | 40 | 113 | 40 | 42 | 73 | 53 |
| Binary | 10101101 | 1110110 | 101100 | 0 | 100000 | 1001011 | 100000 | 100010 | 111011 | 101011 |
Color Harmonies of #AD762C
Complementary color
Monochromatic Colors of #AD762C
Black with #AD762C
Text Example
Text Example
White with #AD762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD762C; }
p { color: rgb(173,118,44); }
H1.HeaderClassName
{
color: #AD762C;
}
.AnyTagClassName
{
color: #AD762C;
}
</style>
background-color css
<style>
a { background-color: #AD762C; }
a { background-color: rgb(173,118,44); }
div.DivClassName
{
background-color: #AD762C;
}
.BgClassName
{
background-color: #AD762C;
}
</style>
border-color css
<style>
span { border-color: #AD762C; }
span { border-color: rgb(173,118,44); }
td.TdClassName
{
border-color: #AD762C;
}
.TagClassName
{
border-color: #AD762C;
}
</style>