Shades of Mai Tai #AF6529
Tints of Mai Tai #AF6529
RGB
CMYK
RGB Variations
Color information
#AF6529 (or 0xAF6529) is known color: Mai Tai. HEX triplet: AF, 65 and 29. RGB value is (175,101,41). Sum of RGB (Red+Green+Blue) = 175+101+41=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6529 is #509AD6. Grayscale: #747474. Windows color (decimal): -5282519 or 2713007. OLE color: 2713007.
HSL color Cylindrical-coordinate representation of color #AF6529: hue angle of 26.87º degrees, saturation: 0.62, 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 #AF6529 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 41 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.31 |
| HSL | 26.87º | 0.62% | 0.42% | - |
| HSV(B) | 26.87º | 0.77% | 0.69% | - |
| XYZ | 22.73 | 18.58 | 4.49 | - |
| YUV | 116.29 | 85.52 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 41 | 0 | 0.42 | 0.77 | 0.31 | 26.87 | 0.62 | 0.42 |
| Hex | AF | 65 | 29 | 0 | 2A | 4D | 1F | 1B | 3E | 2A |
| Octal | 257 | 145 | 51 | 0 | 52 | 115 | 37 | 33 | 76 | 52 |
| Binary | 10101111 | 1100101 | 101001 | 0 | 101010 | 1001101 | 11111 | 11011 | 111110 | 101010 |
Color Harmonies of #AF6529
Complementary color
Monochromatic Colors of #AF6529
Black with #AF6529
Text Example
Text Example
White with #AF6529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6529; }
p { color: rgb(175,101,41); }
H1.HeaderClassName
{
color: #AF6529;
}
.AnyTagClassName
{
color: #AF6529;
}
</style>
background-color css
<style>
a { background-color: #AF6529; }
a { background-color: rgb(175,101,41); }
div.DivClassName
{
background-color: #AF6529;
}
.BgClassName
{
background-color: #AF6529;
}
</style>
border-color css
<style>
span { border-color: #AF6529; }
span { border-color: rgb(175,101,41); }
td.TdClassName
{
border-color: #AF6529;
}
.TagClassName
{
border-color: #AF6529;
}
</style>