Shades of Mai Tai #AF6324
Tints of Mai Tai #AF6324
RGB
CMYK
RGB Variations
Color information
#AF6324 (or 0xAF6324) is known color: Mai Tai. HEX triplet: AF, 63 and 24. RGB value is (175,99,36). Sum of RGB (Red+Green+Blue) = 175+99+36=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6324 is #509CDB. Grayscale: #727272. Windows color (decimal): -5283036 or 2384815. OLE color: 2384815.
HSL color Cylindrical-coordinate representation of color #AF6324: hue angle of 27.19º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF6324 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 36 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.31 |
| HSL | 27.19º | 0.66% | 0.41% | - |
| HSV(B) | 27.19º | 0.79% | 0.69% | - |
| XYZ | 22.46 | 18.17 | 3.99 | - |
| YUV | 114.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 36 | 0 | 0.43 | 0.79 | 0.31 | 27.19 | 0.66 | 0.41 |
| Hex | AF | 63 | 24 | 0 | 2B | 4F | 1F | 1B | 42 | 29 |
| Octal | 257 | 143 | 44 | 0 | 53 | 117 | 37 | 33 | 102 | 51 |
| Binary | 10101111 | 1100011 | 100100 | 0 | 101011 | 1001111 | 11111 | 11011 | 1000010 | 101001 |
Color Harmonies of #AF6324
Complementary color
Monochromatic Colors of #AF6324
Black with #AF6324
Text Example
Text Example
White with #AF6324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6324; }
p { color: rgb(175,99,36); }
H1.HeaderClassName
{
color: #AF6324;
}
.AnyTagClassName
{
color: #AF6324;
}
</style>
background-color css
<style>
a { background-color: #AF6324; }
a { background-color: rgb(175,99,36); }
div.DivClassName
{
background-color: #AF6324;
}
.BgClassName
{
background-color: #AF6324;
}
</style>
border-color css
<style>
span { border-color: #AF6324; }
span { border-color: rgb(175,99,36); }
td.TdClassName
{
border-color: #AF6324;
}
.TagClassName
{
border-color: #AF6324;
}
</style>