Shades of Hot Toddy #AA752C
Tints of Hot Toddy #AA752C
RGB
CMYK
RGB Variations
Color information
#AA752C (or 0xAA752C) is known color: Hot Toddy. HEX triplet: AA, 75 and 2C. RGB value is (170,117,44). Sum of RGB (Red+Green+Blue) = 170+117+44=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA752C is #558AD3. Grayscale: #7C7C7C. Windows color (decimal): -5606100 or 2913706. OLE color: 2913706.
HSL color Cylindrical-coordinate representation of color #AA752C: hue angle of 34.76º degrees, saturation: 0.59, 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 #AA752C is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 44 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.33 |
| HSL | 34.76º | 0.59% | 0.42% | - |
| HSV(B) | 34.76º | 0.74% | 0.67% | - |
| XYZ | 23.39 | 21.45 | 5.29 | - |
| YUV | 124.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 44 | 0 | 0.31 | 0.74 | 0.33 | 34.76 | 0.59 | 0.42 |
| Hex | AA | 75 | 2C | 0 | 1F | 4A | 21 | 23 | 3B | 2A |
| Octal | 252 | 165 | 54 | 0 | 37 | 112 | 41 | 43 | 73 | 52 |
| Binary | 10101010 | 1110101 | 101100 | 0 | 11111 | 1001010 | 100001 | 100011 | 111011 | 101010 |
Color Harmonies of #AA752C
Complementary color
Monochromatic Colors of #AA752C
Black with #AA752C
Text Example
Text Example
White with #AA752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA752C; }
p { color: rgb(170,117,44); }
H1.HeaderClassName
{
color: #AA752C;
}
.AnyTagClassName
{
color: #AA752C;
}
</style>
background-color css
<style>
a { background-color: #AA752C; }
a { background-color: rgb(170,117,44); }
div.DivClassName
{
background-color: #AA752C;
}
.BgClassName
{
background-color: #AA752C;
}
</style>
border-color css
<style>
span { border-color: #AA752C; }
span { border-color: rgb(170,117,44); }
td.TdClassName
{
border-color: #AA752C;
}
.TagClassName
{
border-color: #AA752C;
}
</style>