Shades of Mai Tai #AF6223
Tints of Mai Tai #AF6223
RGB
CMYK
RGB Variations
Color information
#AF6223 (or 0xAF6223) is known color: Mai Tai. HEX triplet: AF, 62 and 23. RGB value is (175,98,35). Sum of RGB (Red+Green+Blue) = 175+98+35=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6223 is #509DDC. Grayscale: #727272. Windows color (decimal): -5283293 or 2319023. OLE color: 2319023.
HSL color Cylindrical-coordinate representation of color #AF6223: hue angle of 27º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF6223 is Cyan = 0, Magento = 0.44, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 35 | - |
| CMYK | 0 | 0.44 | 0.8 | 0.31 |
| HSL | 27º | 0.67% | 0.41% | - |
| HSV(B) | 27º | 0.8% | 0.69% | - |
| XYZ | 22.35 | 17.97 | 3.88 | - |
| YUV | 113.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 35 | 0 | 0.44 | 0.8 | 0.31 | 27 | 0.67 | 0.41 |
| Hex | AF | 62 | 23 | 0 | 2C | 50 | 1F | 1B | 43 | 29 |
| Octal | 257 | 142 | 43 | 0 | 54 | 120 | 37 | 33 | 103 | 51 |
| Binary | 10101111 | 1100010 | 100011 | 0 | 101100 | 1010000 | 11111 | 11011 | 1000011 | 101001 |
Color Harmonies of #AF6223
Complementary color
Monochromatic Colors of #AF6223
Black with #AF6223
Text Example
Text Example
White with #AF6223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6223; }
p { color: rgb(175,98,35); }
H1.HeaderClassName
{
color: #AF6223;
}
.AnyTagClassName
{
color: #AF6223;
}
</style>
background-color css
<style>
a { background-color: #AF6223; }
a { background-color: rgb(175,98,35); }
div.DivClassName
{
background-color: #AF6223;
}
.BgClassName
{
background-color: #AF6223;
}
</style>
border-color css
<style>
span { border-color: #AF6223; }
span { border-color: rgb(175,98,35); }
td.TdClassName
{
border-color: #AF6223;
}
.TagClassName
{
border-color: #AF6223;
}
</style>