Shades of Mai Tai #AF6521
Tints of Mai Tai #AF6521
RGB
CMYK
RGB Variations
Color information
#AF6521 (or 0xAF6521) is known color: Mai Tai. HEX triplet: AF, 65 and 21. RGB value is (175,101,33). Sum of RGB (Red+Green+Blue) = 175+101+33=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6521 is #509ADE. Grayscale: #737373. Windows color (decimal): -5282527 or 2188719. OLE color: 2188719.
HSL color Cylindrical-coordinate representation of color #AF6521: hue angle of 28.73º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF6521 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 33 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.31 |
| HSL | 28.73º | 0.68% | 0.41% | - |
| HSV(B) | 28.73º | 0.81% | 0.69% | - |
| XYZ | 22.61 | 18.53 | 3.82 | - |
| YUV | 115.37 | 81.52 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 33 | 0 | 0.42 | 0.81 | 0.31 | 28.73 | 0.68 | 0.41 |
| Hex | AF | 65 | 21 | 0 | 2A | 51 | 1F | 1D | 44 | 29 |
| Octal | 257 | 145 | 41 | 0 | 52 | 121 | 37 | 35 | 104 | 51 |
| Binary | 10101111 | 1100101 | 100001 | 0 | 101010 | 1010001 | 11111 | 11101 | 1000100 | 101001 |
Color Harmonies of #AF6521
Complementary color
Monochromatic Colors of #AF6521
Black with #AF6521
Text Example
Text Example
White with #AF6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6521; }
p { color: rgb(175,101,33); }
H1.HeaderClassName
{
color: #AF6521;
}
.AnyTagClassName
{
color: #AF6521;
}
</style>
background-color css
<style>
a { background-color: #AF6521; }
a { background-color: rgb(175,101,33); }
div.DivClassName
{
background-color: #AF6521;
}
.BgClassName
{
background-color: #AF6521;
}
</style>
border-color css
<style>
span { border-color: #AF6521; }
span { border-color: rgb(175,101,33); }
td.TdClassName
{
border-color: #AF6521;
}
.TagClassName
{
border-color: #AF6521;
}
</style>