Shades of Mai Tai #AA6935
Tints of Mai Tai #AA6935
RGB
CMYK
RGB Variations
Color information
#AA6935 (or 0xAA6935) is known color: Mai Tai. HEX triplet: AA, 69 and 35. RGB value is (170,105,53). Sum of RGB (Red+Green+Blue) = 170+105+53=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6935 is #5596CA. Grayscale: #767676. Windows color (decimal): -5609163 or 3500458. OLE color: 3500458.
HSL color Cylindrical-coordinate representation of color #AA6935: hue angle of 26.67º degrees, saturation: 0.52, 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 #AA6935 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 53 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.33 |
| HSL | 26.67º | 0.52% | 0.44% | - |
| HSV(B) | 26.67º | 0.69% | 0.67% | - |
| XYZ | 22.27 | 18.91 | 5.84 | - |
| YUV | 118.51 | 91.03 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 53 | 0 | 0.38 | 0.69 | 0.33 | 26.67 | 0.52 | 0.44 |
| Hex | AA | 69 | 35 | 0 | 26 | 45 | 21 | 1B | 34 | 2C |
| Octal | 252 | 151 | 65 | 0 | 46 | 105 | 41 | 33 | 64 | 54 |
| Binary | 10101010 | 1101001 | 110101 | 0 | 100110 | 1000101 | 100001 | 11011 | 110100 | 101100 |
Color Harmonies of #AA6935
Complementary color
Monochromatic Colors of #AA6935
Black with #AA6935
Text Example
Text Example
White with #AA6935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6935; }
p { color: rgb(170,105,53); }
H1.HeaderClassName
{
color: #AA6935;
}
.AnyTagClassName
{
color: #AA6935;
}
</style>
background-color css
<style>
a { background-color: #AA6935; }
a { background-color: rgb(170,105,53); }
div.DivClassName
{
background-color: #AA6935;
}
.BgClassName
{
background-color: #AA6935;
}
</style>
border-color css
<style>
span { border-color: #AA6935; }
span { border-color: rgb(170,105,53); }
td.TdClassName
{
border-color: #AA6935;
}
.TagClassName
{
border-color: #AA6935;
}
</style>