Shades of Mai Tai #AF6228
Tints of Mai Tai #AF6228
RGB
CMYK
RGB Variations
Color information
#AF6228 (or 0xAF6228) is known color: Mai Tai. HEX triplet: AF, 62 and 28. RGB value is (175,98,40). Sum of RGB (Red+Green+Blue) = 175+98+40=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6228 is #509DD7. Grayscale: #727272. Windows color (decimal): -5283288 or 2646703. OLE color: 2646703.
HSL color Cylindrical-coordinate representation of color #AF6228: hue angle of 25.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF6228 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 40 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.31 |
| HSL | 25.78º | 0.63% | 0.42% | - |
| HSV(B) | 25.78º | 0.77% | 0.69% | - |
| XYZ | 22.43 | 18 | 4.3 | - |
| YUV | 114.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 40 | 0 | 0.44 | 0.77 | 0.31 | 25.78 | 0.63 | 0.42 |
| Hex | AF | 62 | 28 | 0 | 2C | 4D | 1F | 1A | 3F | 2A |
| Octal | 257 | 142 | 50 | 0 | 54 | 115 | 37 | 32 | 77 | 52 |
| Binary | 10101111 | 1100010 | 101000 | 0 | 101100 | 1001101 | 11111 | 11010 | 111111 | 101010 |
Color Harmonies of #AF6228
Complementary color
Monochromatic Colors of #AF6228
Black with #AF6228
Text Example
Text Example
White with #AF6228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6228; }
p { color: rgb(175,98,40); }
H1.HeaderClassName
{
color: #AF6228;
}
.AnyTagClassName
{
color: #AF6228;
}
</style>
background-color css
<style>
a { background-color: #AF6228; }
a { background-color: rgb(175,98,40); }
div.DivClassName
{
background-color: #AF6228;
}
.BgClassName
{
background-color: #AF6228;
}
</style>
border-color css
<style>
span { border-color: #AF6228; }
span { border-color: rgb(175,98,40); }
td.TdClassName
{
border-color: #AF6228;
}
.TagClassName
{
border-color: #AF6228;
}
</style>