Shades of Hot Toddy #A27527
Tints of Hot Toddy #A27527
RGB
CMYK
RGB Variations
Color information
#A27527 (or 0xA27527) is known color: Hot Toddy. HEX triplet: A2, 75 and 27. RGB value is (162,117,39). Sum of RGB (Red+Green+Blue) = 162+117+39=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A27527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27527 is #5D8AD8. Grayscale: #797979. Windows color (decimal): -6130393 or 2586018. OLE color: 2586018.
HSL color Cylindrical-coordinate representation of color #A27527: hue angle of 38.05º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A27527 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 39 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.36 |
| HSL | 38.05º | 0.61% | 0.39% | - |
| HSV(B) | 38.05º | 0.76% | 0.64% | - |
| XYZ | 21.63 | 20.55 | 4.75 | - |
| YUV | 121.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 39 | 0 | 0.28 | 0.76 | 0.36 | 38.05 | 0.61 | 0.39 |
| Hex | A2 | 75 | 27 | 0 | 1C | 4C | 24 | 26 | 3D | 27 |
| Octal | 242 | 165 | 47 | 0 | 34 | 114 | 44 | 46 | 75 | 47 |
| Binary | 10100010 | 1110101 | 100111 | 0 | 11100 | 1001100 | 100100 | 100110 | 111101 | 100111 |
Color Harmonies of #A27527
Complementary color
Monochromatic Colors of #A27527
Black with #A27527
Text Example
Text Example
White with #A27527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27527; }
p { color: rgb(162,117,39); }
H1.HeaderClassName
{
color: #A27527;
}
.AnyTagClassName
{
color: #A27527;
}
</style>
background-color css
<style>
a { background-color: #A27527; }
a { background-color: rgb(162,117,39); }
div.DivClassName
{
background-color: #A27527;
}
.BgClassName
{
background-color: #A27527;
}
</style>
border-color css
<style>
span { border-color: #A27527; }
span { border-color: rgb(162,117,39); }
td.TdClassName
{
border-color: #A27527;
}
.TagClassName
{
border-color: #A27527;
}
</style>