Shades of Hot Toddy #AA752D
Tints of Hot Toddy #AA752D
RGB
CMYK
RGB Variations
Color information
#AA752D (or 0xAA752D) is known color: Hot Toddy. HEX triplet: AA, 75 and 2D. RGB value is (170,117,45). Sum of RGB (Red+Green+Blue) = 170+117+45=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA752D is #558AD2. Grayscale: #7C7C7C. Windows color (decimal): -5606099 or 2979242. OLE color: 2979242.
HSL color Cylindrical-coordinate representation of color #AA752D: hue angle of 34.56º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA752D is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 45 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.33 |
| HSL | 34.56º | 0.58% | 0.42% | - |
| HSV(B) | 34.56º | 0.74% | 0.67% | - |
| XYZ | 23.41 | 21.46 | 5.39 | - |
| YUV | 124.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 45 | 0 | 0.31 | 0.74 | 0.33 | 34.56 | 0.58 | 0.42 |
| Hex | AA | 75 | 2D | 0 | 1F | 4A | 21 | 23 | 3A | 2A |
| Octal | 252 | 165 | 55 | 0 | 37 | 112 | 41 | 43 | 72 | 52 |
| Binary | 10101010 | 1110101 | 101101 | 0 | 11111 | 1001010 | 100001 | 100011 | 111010 | 101010 |
Color Harmonies of #AA752D
Complementary color
Monochromatic Colors of #AA752D
Black with #AA752D
Text Example
Text Example
White with #AA752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA752D; }
p { color: rgb(170,117,45); }
H1.HeaderClassName
{
color: #AA752D;
}
.AnyTagClassName
{
color: #AA752D;
}
</style>
background-color css
<style>
a { background-color: #AA752D; }
a { background-color: rgb(170,117,45); }
div.DivClassName
{
background-color: #AA752D;
}
.BgClassName
{
background-color: #AA752D;
}
</style>
border-color css
<style>
span { border-color: #AA752D; }
span { border-color: rgb(170,117,45); }
td.TdClassName
{
border-color: #AA752D;
}
.TagClassName
{
border-color: #AA752D;
}
</style>