Shades of Hot Toddy #AB7F28
Tints of Hot Toddy #AB7F28
RGB
CMYK
RGB Variations
Color information
#AB7F28 (or 0xAB7F28) is known color: Hot Toddy. HEX triplet: AB, 7F and 28. RGB value is (171,127,40). Sum of RGB (Red+Green+Blue) = 171+127+40=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7F28 is #5480D7. Grayscale: #828282. Windows color (decimal): -5538008 or 2654123. OLE color: 2654123.
HSL color Cylindrical-coordinate representation of color #AB7F28: hue angle of 39.85º degrees, saturation: 0.62, 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 #AB7F28 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 40 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.33 |
| HSL | 39.85º | 0.62% | 0.41% | - |
| HSV(B) | 39.85º | 0.77% | 0.67% | - |
| XYZ | 24.77 | 23.99 | 5.33 | - |
| YUV | 130.24 | 77.08 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 40 | 0 | 0.26 | 0.77 | 0.33 | 39.85 | 0.62 | 0.41 |
| Hex | AB | 7F | 28 | 0 | 1A | 4D | 21 | 28 | 3E | 29 |
| Octal | 253 | 177 | 50 | 0 | 32 | 115 | 41 | 50 | 76 | 51 |
| Binary | 10101011 | 1111111 | 101000 | 0 | 11010 | 1001101 | 100001 | 101000 | 111110 | 101001 |
Color Harmonies of #AB7F28
Complementary color
Monochromatic Colors of #AB7F28
Black with #AB7F28
Text Example
Text Example
White with #AB7F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F28; }
p { color: rgb(171,127,40); }
H1.HeaderClassName
{
color: #AB7F28;
}
.AnyTagClassName
{
color: #AB7F28;
}
</style>
background-color css
<style>
a { background-color: #AB7F28; }
a { background-color: rgb(171,127,40); }
div.DivClassName
{
background-color: #AB7F28;
}
.BgClassName
{
background-color: #AB7F28;
}
</style>
border-color css
<style>
span { border-color: #AB7F28; }
span { border-color: rgb(171,127,40); }
td.TdClassName
{
border-color: #AB7F28;
}
.TagClassName
{
border-color: #AB7F28;
}
</style>