Shades of Hot Toddy #AE7A1B
Tints of Hot Toddy #AE7A1B
RGB
CMYK
RGB Variations
Color information
#AE7A1B (or 0xAE7A1B) is known color: Hot Toddy. HEX triplet: AE, 7A and 1B. RGB value is (174,122,27). Sum of RGB (Red+Green+Blue) = 174+122+27=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A1B is #5185E4. Grayscale: #7F7F7F. Windows color (decimal): -5342693 or 1800878. OLE color: 1800878.
HSL color Cylindrical-coordinate representation of color #AE7A1B: hue angle of 38.78º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE7A1B is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 27 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.32 |
| HSL | 38.78º | 0.73% | 0.39% | - |
| HSV(B) | 38.78º | 0.84% | 0.68% | - |
| XYZ | 24.61 | 23 | 4.18 | - |
| YUV | 126.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 27 | 0 | 0.30 | 0.84 | 0.32 | 38.78 | 0.73 | 0.39 |
| Hex | AE | 7A | 1B | 0 | 1E | 54 | 20 | 27 | 49 | 27 |
| Octal | 256 | 172 | 33 | 0 | 36 | 124 | 40 | 47 | 111 | 47 |
| Binary | 10101110 | 1111010 | 11011 | 0 | 11110 | 1010100 | 100000 | 100111 | 1001001 | 100111 |
Color Harmonies of #AE7A1B
Complementary color
Monochromatic Colors of #AE7A1B
Black with #AE7A1B
Text Example
Text Example
White with #AE7A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7A1B; }
p { color: rgb(174,122,27); }
H1.HeaderClassName
{
color: #AE7A1B;
}
.AnyTagClassName
{
color: #AE7A1B;
}
</style>
background-color css
<style>
a { background-color: #AE7A1B; }
a { background-color: rgb(174,122,27); }
div.DivClassName
{
background-color: #AE7A1B;
}
.BgClassName
{
background-color: #AE7A1B;
}
</style>
border-color css
<style>
span { border-color: #AE7A1B; }
span { border-color: rgb(174,122,27); }
td.TdClassName
{
border-color: #AE7A1B;
}
.TagClassName
{
border-color: #AE7A1B;
}
</style>