Shades of Mai Tai #AA6B34
Tints of Mai Tai #AA6B34
RGB
CMYK
RGB Variations
Color information
#AA6B34 (or 0xAA6B34) is known color: Mai Tai. HEX triplet: AA, 6B and 34. RGB value is (170,107,52). Sum of RGB (Red+Green+Blue) = 170+107+52=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B34 is #5594CB. Grayscale: #777777. Windows color (decimal): -5608652 or 3435434. OLE color: 3435434.
HSL color Cylindrical-coordinate representation of color #AA6B34: hue angle of 27.97º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA6B34 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 52 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.33 |
| HSL | 27.97º | 0.53% | 0.44% | - |
| HSV(B) | 27.97º | 0.69% | 0.67% | - |
| XYZ | 22.46 | 19.31 | 5.79 | - |
| YUV | 119.57 | 89.87 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 52 | 0 | 0.37 | 0.69 | 0.33 | 27.97 | 0.53 | 0.44 |
| Hex | AA | 6B | 34 | 0 | 25 | 45 | 21 | 1C | 35 | 2C |
| Octal | 252 | 153 | 64 | 0 | 45 | 105 | 41 | 34 | 65 | 54 |
| Binary | 10101010 | 1101011 | 110100 | 0 | 100101 | 1000101 | 100001 | 11100 | 110101 | 101100 |
Color Harmonies of #AA6B34
Complementary color
Monochromatic Colors of #AA6B34
Black with #AA6B34
Text Example
Text Example
White with #AA6B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B34; }
p { color: rgb(170,107,52); }
H1.HeaderClassName
{
color: #AA6B34;
}
.AnyTagClassName
{
color: #AA6B34;
}
</style>
background-color css
<style>
a { background-color: #AA6B34; }
a { background-color: rgb(170,107,52); }
div.DivClassName
{
background-color: #AA6B34;
}
.BgClassName
{
background-color: #AA6B34;
}
</style>
border-color css
<style>
span { border-color: #AA6B34; }
span { border-color: rgb(170,107,52); }
td.TdClassName
{
border-color: #AA6B34;
}
.TagClassName
{
border-color: #AA6B34;
}
</style>