Shades of Mai Tai #AF611C
Tints of Mai Tai #AF611C
RGB
CMYK
RGB Variations
Color information
#AF611C (or 0xAF611C) is known color: Mai Tai. HEX triplet: AF, 61 and 1C. RGB value is (175,97,28). Sum of RGB (Red+Green+Blue) = 175+97+28=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF611C is #509EE3. Grayscale: #707070. Windows color (decimal): -5283556 or 1860015. OLE color: 1860015.
HSL color Cylindrical-coordinate representation of color #AF611C: hue angle of 28.16º 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 #AF611C is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 28 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.31 |
| HSL | 28.16º | 0.72% | 0.4% | - |
| HSV(B) | 28.16º | 0.84% | 0.69% | - |
| XYZ | 22.16 | 17.75 | 3.36 | - |
| YUV | 112.46 | 80.34 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 28 | 0 | 0.45 | 0.84 | 0.31 | 28.16 | 0.72 | 0.4 |
| Hex | AF | 61 | 1C | 0 | 2D | 54 | 1F | 1C | 48 | 28 |
| Octal | 257 | 141 | 34 | 0 | 55 | 124 | 37 | 34 | 110 | 50 |
| Binary | 10101111 | 1100001 | 11100 | 0 | 101101 | 1010100 | 11111 | 11100 | 1001000 | 101000 |
Color Harmonies of #AF611C
Complementary color
Monochromatic Colors of #AF611C
Black with #AF611C
Text Example
Text Example
White with #AF611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF611C; }
p { color: rgb(175,97,28); }
H1.HeaderClassName
{
color: #AF611C;
}
.AnyTagClassName
{
color: #AF611C;
}
</style>
background-color css
<style>
a { background-color: #AF611C; }
a { background-color: rgb(175,97,28); }
div.DivClassName
{
background-color: #AF611C;
}
.BgClassName
{
background-color: #AF611C;
}
</style>
border-color css
<style>
span { border-color: #AF611C; }
span { border-color: rgb(175,97,28); }
td.TdClassName
{
border-color: #AF611C;
}
.TagClassName
{
border-color: #AF611C;
}
</style>