Shades of Hot Toddy #A7752D
Tints of Hot Toddy #A7752D
RGB
CMYK
RGB Variations
Color information
#A7752D (or 0xA7752D) is known color: Hot Toddy. HEX triplet: A7, 75 and 2D. RGB value is (167,117,45). Sum of RGB (Red+Green+Blue) = 167+117+45=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A7752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7752D is #588AD2. Grayscale: #7C7C7C. Windows color (decimal): -5802707 or 2979239. OLE color: 2979239.
HSL color Cylindrical-coordinate representation of color #A7752D: hue angle of 35.41º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7752D is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 117 | 45 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.35 |
| HSL | 35.41º | 0.58% | 0.42% | - |
| HSV(B) | 35.41º | 0.73% | 0.65% | - |
| XYZ | 22.77 | 21.13 | 5.36 | - |
| YUV | 123.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 45 | 0 | 0.30 | 0.73 | 0.35 | 35.41 | 0.58 | 0.42 |
| Hex | A7 | 75 | 2D | 0 | 1E | 49 | 23 | 23 | 3A | 2A |
| Octal | 247 | 165 | 55 | 0 | 36 | 111 | 43 | 43 | 72 | 52 |
| Binary | 10100111 | 1110101 | 101101 | 0 | 11110 | 1001001 | 100011 | 100011 | 111010 | 101010 |
Color Harmonies of #A7752D
Complementary color
Monochromatic Colors of #A7752D
Black with #A7752D
Text Example
Text Example
White with #A7752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7752D; }
p { color: rgb(167,117,45); }
H1.HeaderClassName
{
color: #A7752D;
}
.AnyTagClassName
{
color: #A7752D;
}
</style>
background-color css
<style>
a { background-color: #A7752D; }
a { background-color: rgb(167,117,45); }
div.DivClassName
{
background-color: #A7752D;
}
.BgClassName
{
background-color: #A7752D;
}
</style>
border-color css
<style>
span { border-color: #A7752D; }
span { border-color: rgb(167,117,45); }
td.TdClassName
{
border-color: #A7752D;
}
.TagClassName
{
border-color: #A7752D;
}
</style>