Shades of Hot Toddy #AF7B1C
Tints of Hot Toddy #AF7B1C
RGB
CMYK
RGB Variations
Color information
#AF7B1C (or 0xAF7B1C) is known color: Hot Toddy. HEX triplet: AF, 7B and 1C. RGB value is (175,123,28). Sum of RGB (Red+Green+Blue) = 175+123+28=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B1C is #5084E3. Grayscale: #808080. Windows color (decimal): -5276900 or 1866671. OLE color: 1866671.
HSL color Cylindrical-coordinate representation of color #AF7B1C: hue angle of 38.78º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF7B1C is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 28 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.31 |
| HSL | 38.78º | 0.72% | 0.4% | - |
| HSV(B) | 38.78º | 0.84% | 0.69% | - |
| XYZ | 24.97 | 23.36 | 4.29 | - |
| YUV | 127.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 28 | 0 | 0.30 | 0.84 | 0.31 | 38.78 | 0.72 | 0.4 |
| Hex | AF | 7B | 1C | 0 | 1E | 54 | 1F | 27 | 48 | 28 |
| Octal | 257 | 173 | 34 | 0 | 36 | 124 | 37 | 47 | 110 | 50 |
| Binary | 10101111 | 1111011 | 11100 | 0 | 11110 | 1010100 | 11111 | 100111 | 1001000 | 101000 |
Color Harmonies of #AF7B1C
Complementary color
Monochromatic Colors of #AF7B1C
Black with #AF7B1C
Text Example
Text Example
White with #AF7B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B1C; }
p { color: rgb(175,123,28); }
H1.HeaderClassName
{
color: #AF7B1C;
}
.AnyTagClassName
{
color: #AF7B1C;
}
</style>
background-color css
<style>
a { background-color: #AF7B1C; }
a { background-color: rgb(175,123,28); }
div.DivClassName
{
background-color: #AF7B1C;
}
.BgClassName
{
background-color: #AF7B1C;
}
</style>
border-color css
<style>
span { border-color: #AF7B1C; }
span { border-color: rgb(175,123,28); }
td.TdClassName
{
border-color: #AF7B1C;
}
.TagClassName
{
border-color: #AF7B1C;
}
</style>