Shades of Mai Tai #AF6427
Tints of Mai Tai #AF6427
RGB
CMYK
RGB Variations
Color information
#AF6427 (or 0xAF6427) is known color: Mai Tai. HEX triplet: AF, 64 and 27. RGB value is (175,100,39). Sum of RGB (Red+Green+Blue) = 175+100+39=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6427 is #509BD8. Grayscale: #737373. Windows color (decimal): -5282777 or 2581679. OLE color: 2581679.
HSL color Cylindrical-coordinate representation of color #AF6427: hue angle of 26.91º 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 #AF6427 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 39 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.31 |
| HSL | 26.91º | 0.64% | 0.42% | - |
| HSV(B) | 26.91º | 0.78% | 0.69% | - |
| XYZ | 22.6 | 18.37 | 4.27 | - |
| YUV | 115.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 39 | 0 | 0.43 | 0.78 | 0.31 | 26.91 | 0.64 | 0.42 |
| Hex | AF | 64 | 27 | 0 | 2B | 4E | 1F | 1B | 40 | 2A |
| Octal | 257 | 144 | 47 | 0 | 53 | 116 | 37 | 33 | 100 | 52 |
| Binary | 10101111 | 1100100 | 100111 | 0 | 101011 | 1001110 | 11111 | 11011 | 1000000 | 101010 |
Color Harmonies of #AF6427
Complementary color
Monochromatic Colors of #AF6427
Black with #AF6427
Text Example
Text Example
White with #AF6427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6427; }
p { color: rgb(175,100,39); }
H1.HeaderClassName
{
color: #AF6427;
}
.AnyTagClassName
{
color: #AF6427;
}
</style>
background-color css
<style>
a { background-color: #AF6427; }
a { background-color: rgb(175,100,39); }
div.DivClassName
{
background-color: #AF6427;
}
.BgClassName
{
background-color: #AF6427;
}
</style>
border-color css
<style>
span { border-color: #AF6427; }
span { border-color: rgb(175,100,39); }
td.TdClassName
{
border-color: #AF6427;
}
.TagClassName
{
border-color: #AF6427;
}
</style>