Shades of Hot Toddy #A47527
Tints of Hot Toddy #A47527
RGB
CMYK
RGB Variations
Color information
#A47527 (or 0xA47527) is known color: Hot Toddy. HEX triplet: A4, 75 and 27. RGB value is (164,117,39). Sum of RGB (Red+Green+Blue) = 164+117+39=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A47527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47527 is #5B8AD8. Grayscale: #7A7A7A. Windows color (decimal): -5999321 or 2586020. OLE color: 2586020.
HSL color Cylindrical-coordinate representation of color #A47527: hue angle of 37.44º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A47527 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 39 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.36 |
| HSL | 37.44º | 0.62% | 0.4% | - |
| HSV(B) | 37.44º | 0.76% | 0.64% | - |
| XYZ | 22.04 | 20.76 | 4.77 | - |
| YUV | 122.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 39 | 0 | 0.29 | 0.76 | 0.36 | 37.44 | 0.62 | 0.4 |
| Hex | A4 | 75 | 27 | 0 | 1D | 4C | 24 | 25 | 3E | 28 |
| Octal | 244 | 165 | 47 | 0 | 35 | 114 | 44 | 45 | 76 | 50 |
| Binary | 10100100 | 1110101 | 100111 | 0 | 11101 | 1001100 | 100100 | 100101 | 111110 | 101000 |
Color Harmonies of #A47527
Complementary color
Monochromatic Colors of #A47527
Black with #A47527
Text Example
Text Example
White with #A47527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47527; }
p { color: rgb(164,117,39); }
H1.HeaderClassName
{
color: #A47527;
}
.AnyTagClassName
{
color: #A47527;
}
</style>
background-color css
<style>
a { background-color: #A47527; }
a { background-color: rgb(164,117,39); }
div.DivClassName
{
background-color: #A47527;
}
.BgClassName
{
background-color: #A47527;
}
</style>
border-color css
<style>
span { border-color: #A47527; }
span { border-color: rgb(164,117,39); }
td.TdClassName
{
border-color: #A47527;
}
.TagClassName
{
border-color: #A47527;
}
</style>