Shades of Hot Toddy #AF771B
Tints of Hot Toddy #AF771B
RGB
CMYK
RGB Variations
Color information
#AF771B (or 0xAF771B) is known color: Hot Toddy. HEX triplet: AF, 77 and 1B. RGB value is (175,119,27). Sum of RGB (Red+Green+Blue) = 175+119+27=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF771B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF771B is #5088E4. Grayscale: #7D7D7D. Windows color (decimal): -5277925 or 1800111. OLE color: 1800111.
HSL color Cylindrical-coordinate representation of color #AF771B: hue angle of 37.3º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF771B is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 27 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.31 |
| HSL | 37.3º | 0.73% | 0.4% | - |
| HSV(B) | 37.3º | 0.85% | 0.69% | - |
| XYZ | 24.47 | 22.39 | 4.07 | - |
| YUV | 125.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 27 | 0 | 0.32 | 0.85 | 0.31 | 37.3 | 0.73 | 0.4 |
| Hex | AF | 77 | 1B | 0 | 20 | 55 | 1F | 25 | 49 | 28 |
| Octal | 257 | 167 | 33 | 0 | 40 | 125 | 37 | 45 | 111 | 50 |
| Binary | 10101111 | 1110111 | 11011 | 0 | 100000 | 1010101 | 11111 | 100101 | 1001001 | 101000 |
Color Harmonies of #AF771B
Complementary color
Monochromatic Colors of #AF771B
Black with #AF771B
Text Example
Text Example
White with #AF771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF771B; }
p { color: rgb(175,119,27); }
H1.HeaderClassName
{
color: #AF771B;
}
.AnyTagClassName
{
color: #AF771B;
}
</style>
background-color css
<style>
a { background-color: #AF771B; }
a { background-color: rgb(175,119,27); }
div.DivClassName
{
background-color: #AF771B;
}
.BgClassName
{
background-color: #AF771B;
}
</style>
border-color css
<style>
span { border-color: #AF771B; }
span { border-color: rgb(175,119,27); }
td.TdClassName
{
border-color: #AF771B;
}
.TagClassName
{
border-color: #AF771B;
}
</style>