Shades of Hot Toddy #A47A30
Tints of Hot Toddy #A47A30
RGB
CMYK
RGB Variations
Color information
#A47A30 (or 0xA47A30) is known color: Hot Toddy. HEX triplet: A4, 7A and 30. RGB value is (164,122,48). Sum of RGB (Red+Green+Blue) = 164+122+48=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A30 is #5B85CF. Grayscale: #7E7E7E. Windows color (decimal): -5998032 or 3177124. OLE color: 3177124.
HSL color Cylindrical-coordinate representation of color #A47A30: hue angle of 38.28º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A47A30 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 48 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.36 |
| HSL | 38.28º | 0.55% | 0.42% | - |
| HSV(B) | 38.28º | 0.71% | 0.64% | - |
| XYZ | 22.8 | 22.02 | 5.85 | - |
| YUV | 126.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 48 | 0 | 0.26 | 0.71 | 0.36 | 38.28 | 0.55 | 0.42 |
| Hex | A4 | 7A | 30 | 0 | 1A | 47 | 24 | 26 | 37 | 2A |
| Octal | 244 | 172 | 60 | 0 | 32 | 107 | 44 | 46 | 67 | 52 |
| Binary | 10100100 | 1111010 | 110000 | 0 | 11010 | 1000111 | 100100 | 100110 | 110111 | 101010 |
Color Harmonies of #A47A30
Complementary color
Monochromatic Colors of #A47A30
Black with #A47A30
Text Example
Text Example
White with #A47A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A30; }
p { color: rgb(164,122,48); }
H1.HeaderClassName
{
color: #A47A30;
}
.AnyTagClassName
{
color: #A47A30;
}
</style>
background-color css
<style>
a { background-color: #A47A30; }
a { background-color: rgb(164,122,48); }
div.DivClassName
{
background-color: #A47A30;
}
.BgClassName
{
background-color: #A47A30;
}
</style>
border-color css
<style>
span { border-color: #A47A30; }
span { border-color: rgb(164,122,48); }
td.TdClassName
{
border-color: #A47A30;
}
.TagClassName
{
border-color: #A47A30;
}
</style>