Shades of Mai Tai #AF611D
Tints of Mai Tai #AF611D
RGB
CMYK
RGB Variations
Color information
#AF611D (or 0xAF611D) is known color: Mai Tai. HEX triplet: AF, 61 and 1D. RGB value is (175,97,29). Sum of RGB (Red+Green+Blue) = 175+97+29=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF611D is #509EE2. Grayscale: #707070. Windows color (decimal): -5283555 or 1925551. OLE color: 1925551.
HSL color Cylindrical-coordinate representation of color #AF611D: hue angle of 27.95º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF611D is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 29 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.31 |
| HSL | 27.95º | 0.72% | 0.4% | - |
| HSV(B) | 27.95º | 0.83% | 0.69% | - |
| XYZ | 22.18 | 17.75 | 3.42 | - |
| YUV | 112.57 | 80.84 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 29 | 0 | 0.45 | 0.83 | 0.31 | 27.95 | 0.72 | 0.4 |
| Hex | AF | 61 | 1D | 0 | 2D | 53 | 1F | 1C | 48 | 28 |
| Octal | 257 | 141 | 35 | 0 | 55 | 123 | 37 | 34 | 110 | 50 |
| Binary | 10101111 | 1100001 | 11101 | 0 | 101101 | 1010011 | 11111 | 11100 | 1001000 | 101000 |
Color Harmonies of #AF611D
Complementary color
Monochromatic Colors of #AF611D
Black with #AF611D
Text Example
Text Example
White with #AF611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF611D; }
p { color: rgb(175,97,29); }
H1.HeaderClassName
{
color: #AF611D;
}
.AnyTagClassName
{
color: #AF611D;
}
</style>
background-color css
<style>
a { background-color: #AF611D; }
a { background-color: rgb(175,97,29); }
div.DivClassName
{
background-color: #AF611D;
}
.BgClassName
{
background-color: #AF611D;
}
</style>
border-color css
<style>
span { border-color: #AF611D; }
span { border-color: rgb(175,97,29); }
td.TdClassName
{
border-color: #AF611D;
}
.TagClassName
{
border-color: #AF611D;
}
</style>