Shades of Hot Toddy #AD751A
Tints of Hot Toddy #AD751A
RGB
CMYK
RGB Variations
Color information
#AD751A (or 0xAD751A) is known color: Hot Toddy. HEX triplet: AD, 75 and 1A. RGB value is (173,117,26). Sum of RGB (Red+Green+Blue) = 173+117+26=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD751A is #528AE5. Grayscale: #7B7B7B. Windows color (decimal): -5409510 or 1734061. OLE color: 1734061.
HSL color Cylindrical-coordinate representation of color #AD751A: hue angle of 37.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD751A is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 26 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.32 |
| HSL | 37.14º | 0.74% | 0.39% | - |
| HSV(B) | 37.14º | 0.85% | 0.68% | - |
| XYZ | 23.78 | 21.68 | 3.91 | - |
| YUV | 123.37 | 73.05 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 26 | 0 | 0.32 | 0.85 | 0.32 | 37.14 | 0.74 | 0.39 |
| Hex | AD | 75 | 1A | 0 | 20 | 55 | 20 | 25 | 4A | 27 |
| Octal | 255 | 165 | 32 | 0 | 40 | 125 | 40 | 45 | 112 | 47 |
| Binary | 10101101 | 1110101 | 11010 | 0 | 100000 | 1010101 | 100000 | 100101 | 1001010 | 100111 |
Color Harmonies of #AD751A
Complementary color
Monochromatic Colors of #AD751A
Black with #AD751A
Text Example
Text Example
White with #AD751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD751A; }
p { color: rgb(173,117,26); }
H1.HeaderClassName
{
color: #AD751A;
}
.AnyTagClassName
{
color: #AD751A;
}
</style>
background-color css
<style>
a { background-color: #AD751A; }
a { background-color: rgb(173,117,26); }
div.DivClassName
{
background-color: #AD751A;
}
.BgClassName
{
background-color: #AD751A;
}
</style>
border-color css
<style>
span { border-color: #AD751A; }
span { border-color: rgb(173,117,26); }
td.TdClassName
{
border-color: #AD751A;
}
.TagClassName
{
border-color: #AD751A;
}
</style>