Shades of Mai Tai #AF6328
Tints of Mai Tai #AF6328
RGB
CMYK
RGB Variations
Color information
#AF6328 (or 0xAF6328) is known color: Mai Tai. HEX triplet: AF, 63 and 28. RGB value is (175,99,40). Sum of RGB (Red+Green+Blue) = 175+99+40=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6328 is #509CD7. Grayscale: #737373. Windows color (decimal): -5283032 or 2646959. OLE color: 2646959.
HSL color Cylindrical-coordinate representation of color #AF6328: hue angle of 26.22º 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 #AF6328 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 40 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.31 |
| HSL | 26.22º | 0.63% | 0.42% | - |
| HSV(B) | 26.22º | 0.77% | 0.69% | - |
| XYZ | 22.52 | 18.19 | 4.33 | - |
| YUV | 115 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 40 | 0 | 0.43 | 0.77 | 0.31 | 26.22 | 0.63 | 0.42 |
| Hex | AF | 63 | 28 | 0 | 2B | 4D | 1F | 1A | 3F | 2A |
| Octal | 257 | 143 | 50 | 0 | 53 | 115 | 37 | 32 | 77 | 52 |
| Binary | 10101111 | 1100011 | 101000 | 0 | 101011 | 1001101 | 11111 | 11010 | 111111 | 101010 |
Color Harmonies of #AF6328
Complementary color
Monochromatic Colors of #AF6328
Black with #AF6328
Text Example
Text Example
White with #AF6328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6328; }
p { color: rgb(175,99,40); }
H1.HeaderClassName
{
color: #AF6328;
}
.AnyTagClassName
{
color: #AF6328;
}
</style>
background-color css
<style>
a { background-color: #AF6328; }
a { background-color: rgb(175,99,40); }
div.DivClassName
{
background-color: #AF6328;
}
.BgClassName
{
background-color: #AF6328;
}
</style>
border-color css
<style>
span { border-color: #AF6328; }
span { border-color: rgb(175,99,40); }
td.TdClassName
{
border-color: #AF6328;
}
.TagClassName
{
border-color: #AF6328;
}
</style>