Shades of Hot Toddy #AB7527
Tints of Hot Toddy #AB7527
RGB
CMYK
RGB Variations
Color information
#AB7527 (or 0xAB7527) is known color: Hot Toddy. HEX triplet: AB, 75 and 27. RGB value is (171,117,39). Sum of RGB (Red+Green+Blue) = 171+117+39=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7527 is #548AD8. Grayscale: #7C7C7C. Windows color (decimal): -5540569 or 2586027. OLE color: 2586027.
HSL color Cylindrical-coordinate representation of color #AB7527: hue angle of 35.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB7527 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 39 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.33 |
| HSL | 35.45º | 0.63% | 0.41% | - |
| HSV(B) | 35.45º | 0.77% | 0.67% | - |
| XYZ | 23.52 | 21.53 | 4.83 | - |
| YUV | 124.25 | 79.89 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 39 | 0 | 0.32 | 0.77 | 0.33 | 35.45 | 0.63 | 0.41 |
| Hex | AB | 75 | 27 | 0 | 20 | 4D | 21 | 23 | 3F | 29 |
| Octal | 253 | 165 | 47 | 0 | 40 | 115 | 41 | 43 | 77 | 51 |
| Binary | 10101011 | 1110101 | 100111 | 0 | 100000 | 1001101 | 100001 | 100011 | 111111 | 101001 |
Color Harmonies of #AB7527
Complementary color
Monochromatic Colors of #AB7527
Black with #AB7527
Text Example
Text Example
White with #AB7527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7527; }
p { color: rgb(171,117,39); }
H1.HeaderClassName
{
color: #AB7527;
}
.AnyTagClassName
{
color: #AB7527;
}
</style>
background-color css
<style>
a { background-color: #AB7527; }
a { background-color: rgb(171,117,39); }
div.DivClassName
{
background-color: #AB7527;
}
.BgClassName
{
background-color: #AB7527;
}
</style>
border-color css
<style>
span { border-color: #AB7527; }
span { border-color: rgb(171,117,39); }
td.TdClassName
{
border-color: #AB7527;
}
.TagClassName
{
border-color: #AB7527;
}
</style>