Shades of Mai Tai #AF6526
Tints of Mai Tai #AF6526
RGB
CMYK
RGB Variations
Color information
#AF6526 (or 0xAF6526) is known color: Mai Tai. HEX triplet: AF, 65 and 26. RGB value is (175,101,38). Sum of RGB (Red+Green+Blue) = 175+101+38=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6526 is #509AD9. Grayscale: #747474. Windows color (decimal): -5282522 or 2516399. OLE color: 2516399.
HSL color Cylindrical-coordinate representation of color #AF6526: hue angle of 27.59º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF6526 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 38 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.31 |
| HSL | 27.59º | 0.64% | 0.42% | - |
| HSV(B) | 27.59º | 0.78% | 0.69% | - |
| XYZ | 22.68 | 18.56 | 4.22 | - |
| YUV | 115.94 | 84.02 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 38 | 0 | 0.42 | 0.78 | 0.31 | 27.59 | 0.64 | 0.42 |
| Hex | AF | 65 | 26 | 0 | 2A | 4E | 1F | 1C | 40 | 2A |
| Octal | 257 | 145 | 46 | 0 | 52 | 116 | 37 | 34 | 100 | 52 |
| Binary | 10101111 | 1100101 | 100110 | 0 | 101010 | 1001110 | 11111 | 11100 | 1000000 | 101010 |
Color Harmonies of #AF6526
Complementary color
Monochromatic Colors of #AF6526
Black with #AF6526
Text Example
Text Example
White with #AF6526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6526; }
p { color: rgb(175,101,38); }
H1.HeaderClassName
{
color: #AF6526;
}
.AnyTagClassName
{
color: #AF6526;
}
</style>
background-color css
<style>
a { background-color: #AF6526; }
a { background-color: rgb(175,101,38); }
div.DivClassName
{
background-color: #AF6526;
}
.BgClassName
{
background-color: #AF6526;
}
</style>
border-color css
<style>
span { border-color: #AF6526; }
span { border-color: rgb(175,101,38); }
td.TdClassName
{
border-color: #AF6526;
}
.TagClassName
{
border-color: #AF6526;
}
</style>