Shades of Mai Tai #AF6424
Tints of Mai Tai #AF6424
RGB
CMYK
RGB Variations
Color information
#AF6424 (or 0xAF6424) is known color: Mai Tai. HEX triplet: AF, 64 and 24. RGB value is (175,100,36). Sum of RGB (Red+Green+Blue) = 175+100+36=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6424 is #509BDB. Grayscale: #737373. Windows color (decimal): -5282780 or 2385071. OLE color: 2385071.
HSL color Cylindrical-coordinate representation of color #AF6424: hue angle of 27.63º 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 #AF6424 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 36 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.31 |
| HSL | 27.63º | 0.66% | 0.41% | - |
| HSV(B) | 27.63º | 0.79% | 0.69% | - |
| XYZ | 22.55 | 18.36 | 4.02 | - |
| YUV | 115.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 36 | 0 | 0.43 | 0.79 | 0.31 | 27.63 | 0.66 | 0.41 |
| Hex | AF | 64 | 24 | 0 | 2B | 4F | 1F | 1C | 42 | 29 |
| Octal | 257 | 144 | 44 | 0 | 53 | 117 | 37 | 34 | 102 | 51 |
| Binary | 10101111 | 1100100 | 100100 | 0 | 101011 | 1001111 | 11111 | 11100 | 1000010 | 101001 |
Color Harmonies of #AF6424
Complementary color
Monochromatic Colors of #AF6424
Black with #AF6424
Text Example
Text Example
White with #AF6424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6424; }
p { color: rgb(175,100,36); }
H1.HeaderClassName
{
color: #AF6424;
}
.AnyTagClassName
{
color: #AF6424;
}
</style>
background-color css
<style>
a { background-color: #AF6424; }
a { background-color: rgb(175,100,36); }
div.DivClassName
{
background-color: #AF6424;
}
.BgClassName
{
background-color: #AF6424;
}
</style>
border-color css
<style>
span { border-color: #AF6424; }
span { border-color: rgb(175,100,36); }
td.TdClassName
{
border-color: #AF6424;
}
.TagClassName
{
border-color: #AF6424;
}
</style>