Shades of Mai Tai #AF6620
Tints of Mai Tai #AF6620
RGB
CMYK
RGB Variations
Color information
#AF6620 (or 0xAF6620) is known color: Mai Tai. HEX triplet: AF, 66 and 20. RGB value is (175,102,32). Sum of RGB (Red+Green+Blue) = 175+102+32=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6620 is #5099DF. Grayscale: #747474. Windows color (decimal): -5282272 or 2123439. OLE color: 2123439.
HSL color Cylindrical-coordinate representation of color #AF6620: hue angle of 29.37º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF6620 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 32 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.31 |
| HSL | 29.37º | 0.69% | 0.41% | - |
| HSV(B) | 29.37º | 0.82% | 0.69% | - |
| XYZ | 22.69 | 18.72 | 3.78 | - |
| YUV | 115.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 32 | 0 | 0.42 | 0.82 | 0.31 | 29.37 | 0.69 | 0.41 |
| Hex | AF | 66 | 20 | 0 | 2A | 52 | 1F | 1D | 45 | 29 |
| Octal | 257 | 146 | 40 | 0 | 52 | 122 | 37 | 35 | 105 | 51 |
| Binary | 10101111 | 1100110 | 100000 | 0 | 101010 | 1010010 | 11111 | 11101 | 1000101 | 101001 |
Color Harmonies of #AF6620
Complementary color
Monochromatic Colors of #AF6620
Black with #AF6620
Text Example
Text Example
White with #AF6620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6620; }
p { color: rgb(175,102,32); }
H1.HeaderClassName
{
color: #AF6620;
}
.AnyTagClassName
{
color: #AF6620;
}
</style>
background-color css
<style>
a { background-color: #AF6620; }
a { background-color: rgb(175,102,32); }
div.DivClassName
{
background-color: #AF6620;
}
.BgClassName
{
background-color: #AF6620;
}
</style>
border-color css
<style>
span { border-color: #AF6620; }
span { border-color: rgb(175,102,32); }
td.TdClassName
{
border-color: #AF6620;
}
.TagClassName
{
border-color: #AF6620;
}
</style>