Shades of Hot Toddy #AE7B21
Tints of Hot Toddy #AE7B21
RGB
CMYK
RGB Variations
Color information
#AE7B21 (or 0xAE7B21) is known color: Hot Toddy. HEX triplet: AE, 7B and 21. RGB value is (174,123,33). Sum of RGB (Red+Green+Blue) = 174+123+33=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B21 is #5184DE. Grayscale: #808080. Windows color (decimal): -5342431 or 2194350. OLE color: 2194350.
HSL color Cylindrical-coordinate representation of color #AE7B21: hue angle of 38.3º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE7B21 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 33 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.32 |
| HSL | 38.3º | 0.68% | 0.41% | - |
| HSV(B) | 38.3º | 0.81% | 0.68% | - |
| XYZ | 24.81 | 23.27 | 4.62 | - |
| YUV | 127.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 33 | 0 | 0.29 | 0.81 | 0.32 | 38.3 | 0.68 | 0.41 |
| Hex | AE | 7B | 21 | 0 | 1D | 51 | 20 | 26 | 44 | 29 |
| Octal | 256 | 173 | 41 | 0 | 35 | 121 | 40 | 46 | 104 | 51 |
| Binary | 10101110 | 1111011 | 100001 | 0 | 11101 | 1010001 | 100000 | 100110 | 1000100 | 101001 |
Color Harmonies of #AE7B21
Complementary color
Monochromatic Colors of #AE7B21
Black with #AE7B21
Text Example
Text Example
White with #AE7B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7B21; }
p { color: rgb(174,123,33); }
H1.HeaderClassName
{
color: #AE7B21;
}
.AnyTagClassName
{
color: #AE7B21;
}
</style>
background-color css
<style>
a { background-color: #AE7B21; }
a { background-color: rgb(174,123,33); }
div.DivClassName
{
background-color: #AE7B21;
}
.BgClassName
{
background-color: #AE7B21;
}
</style>
border-color css
<style>
span { border-color: #AE7B21; }
span { border-color: rgb(174,123,33); }
td.TdClassName
{
border-color: #AE7B21;
}
.TagClassName
{
border-color: #AE7B21;
}
</style>