Shades of Mai Tai #AA6B2F
Tints of Mai Tai #AA6B2F
RGB
CMYK
RGB Variations
Color information
#AA6B2F (or 0xAA6B2F) is known color: Mai Tai. HEX triplet: AA, 6B and 2F. RGB value is (170,107,47). Sum of RGB (Red+Green+Blue) = 170+107+47=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B2F is #5594D0. Grayscale: #777777. Windows color (decimal): -5608657 or 3107754. OLE color: 3107754.
HSL color Cylindrical-coordinate representation of color #AA6B2F: hue angle of 29.27º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA6B2F is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 47 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.33 |
| HSL | 29.27º | 0.57% | 0.43% | - |
| HSV(B) | 29.27º | 0.72% | 0.67% | - |
| XYZ | 22.35 | 19.27 | 5.23 | - |
| YUV | 119 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 47 | 0 | 0.37 | 0.72 | 0.33 | 29.27 | 0.57 | 0.43 |
| Hex | AA | 6B | 2F | 0 | 25 | 48 | 21 | 1D | 39 | 2B |
| Octal | 252 | 153 | 57 | 0 | 45 | 110 | 41 | 35 | 71 | 53 |
| Binary | 10101010 | 1101011 | 101111 | 0 | 100101 | 1001000 | 100001 | 11101 | 111001 | 101011 |
Color Harmonies of #AA6B2F
Complementary color
Monochromatic Colors of #AA6B2F
Black with #AA6B2F
Text Example
Text Example
White with #AA6B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B2F; }
p { color: rgb(170,107,47); }
H1.HeaderClassName
{
color: #AA6B2F;
}
.AnyTagClassName
{
color: #AA6B2F;
}
</style>
background-color css
<style>
a { background-color: #AA6B2F; }
a { background-color: rgb(170,107,47); }
div.DivClassName
{
background-color: #AA6B2F;
}
.BgClassName
{
background-color: #AA6B2F;
}
</style>
border-color css
<style>
span { border-color: #AA6B2F; }
span { border-color: rgb(170,107,47); }
td.TdClassName
{
border-color: #AA6B2F;
}
.TagClassName
{
border-color: #AA6B2F;
}
</style>