Shades of Mai Tai #AF6622
Tints of Mai Tai #AF6622
RGB
CMYK
RGB Variations
Color information
#AF6622 (or 0xAF6622) is known color: Mai Tai. HEX triplet: AF, 66 and 22. RGB value is (175,102,34). Sum of RGB (Red+Green+Blue) = 175+102+34=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6622 is #5099DD. Grayscale: #747474. Windows color (decimal): -5282270 or 2254511. OLE color: 2254511.
HSL color Cylindrical-coordinate representation of color #AF6622: hue angle of 28.94º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF6622 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 34 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.31 |
| HSL | 28.94º | 0.67% | 0.41% | - |
| HSV(B) | 28.94º | 0.81% | 0.69% | - |
| XYZ | 22.72 | 18.73 | 3.93 | - |
| YUV | 116.08 | 81.68 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 34 | 0 | 0.42 | 0.81 | 0.31 | 28.94 | 0.67 | 0.41 |
| Hex | AF | 66 | 22 | 0 | 2A | 51 | 1F | 1D | 43 | 29 |
| Octal | 257 | 146 | 42 | 0 | 52 | 121 | 37 | 35 | 103 | 51 |
| Binary | 10101111 | 1100110 | 100010 | 0 | 101010 | 1010001 | 11111 | 11101 | 1000011 | 101001 |
Color Harmonies of #AF6622
Complementary color
Monochromatic Colors of #AF6622
Black with #AF6622
Text Example
Text Example
White with #AF6622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6622; }
p { color: rgb(175,102,34); }
H1.HeaderClassName
{
color: #AF6622;
}
.AnyTagClassName
{
color: #AF6622;
}
</style>
background-color css
<style>
a { background-color: #AF6622; }
a { background-color: rgb(175,102,34); }
div.DivClassName
{
background-color: #AF6622;
}
.BgClassName
{
background-color: #AF6622;
}
</style>
border-color css
<style>
span { border-color: #AF6622; }
span { border-color: rgb(175,102,34); }
td.TdClassName
{
border-color: #AF6622;
}
.TagClassName
{
border-color: #AF6622;
}
</style>