Shades of Mai Tai #AF6226
Tints of Mai Tai #AF6226
RGB
CMYK
RGB Variations
Color information
#AF6226 (or 0xAF6226) is known color: Mai Tai. HEX triplet: AF, 62 and 26. RGB value is (175,98,38). Sum of RGB (Red+Green+Blue) = 175+98+38=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6226 is #509DD9. Grayscale: #727272. Windows color (decimal): -5283290 or 2515631. OLE color: 2515631.
HSL color Cylindrical-coordinate representation of color #AF6226: hue angle of 26.28º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF6226 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 38 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.31 |
| HSL | 26.28º | 0.64% | 0.42% | - |
| HSV(B) | 26.28º | 0.78% | 0.69% | - |
| XYZ | 22.4 | 17.99 | 4.13 | - |
| YUV | 114.18 | 85.01 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 38 | 0 | 0.44 | 0.78 | 0.31 | 26.28 | 0.64 | 0.42 |
| Hex | AF | 62 | 26 | 0 | 2C | 4E | 1F | 1A | 40 | 2A |
| Octal | 257 | 142 | 46 | 0 | 54 | 116 | 37 | 32 | 100 | 52 |
| Binary | 10101111 | 1100010 | 100110 | 0 | 101100 | 1001110 | 11111 | 11010 | 1000000 | 101010 |
Color Harmonies of #AF6226
Complementary color
Monochromatic Colors of #AF6226
Black with #AF6226
Text Example
Text Example
White with #AF6226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6226; }
p { color: rgb(175,98,38); }
H1.HeaderClassName
{
color: #AF6226;
}
.AnyTagClassName
{
color: #AF6226;
}
</style>
background-color css
<style>
a { background-color: #AF6226; }
a { background-color: rgb(175,98,38); }
div.DivClassName
{
background-color: #AF6226;
}
.BgClassName
{
background-color: #AF6226;
}
</style>
border-color css
<style>
span { border-color: #AF6226; }
span { border-color: rgb(175,98,38); }
td.TdClassName
{
border-color: #AF6226;
}
.TagClassName
{
border-color: #AF6226;
}
</style>