Shades of Mai Tai #AA6323
Tints of Mai Tai #AA6323
RGB
CMYK
RGB Variations
Color information
#AA6323 (or 0xAA6323) is known color: Mai Tai. HEX triplet: AA, 63 and 23. RGB value is (170,99,35). Sum of RGB (Red+Green+Blue) = 170+99+35=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6323 is #559CDC. Grayscale: #717171. Windows color (decimal): -5610717 or 2319274. OLE color: 2319274.
HSL color Cylindrical-coordinate representation of color #AA6323: hue angle of 28.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA6323 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 35 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.33 |
| HSL | 28.44º | 0.66% | 0.4% | - |
| HSV(B) | 28.44º | 0.79% | 0.67% | - |
| XYZ | 21.34 | 17.59 | 3.86 | - |
| YUV | 112.93 | 84.02 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 35 | 0 | 0.42 | 0.79 | 0.33 | 28.44 | 0.66 | 0.4 |
| Hex | AA | 63 | 23 | 0 | 2A | 4F | 21 | 1C | 42 | 28 |
| Octal | 252 | 143 | 43 | 0 | 52 | 117 | 41 | 34 | 102 | 50 |
| Binary | 10101010 | 1100011 | 100011 | 0 | 101010 | 1001111 | 100001 | 11100 | 1000010 | 101000 |
Color Harmonies of #AA6323
Complementary color
Monochromatic Colors of #AA6323
Black with #AA6323
Text Example
Text Example
White with #AA6323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6323; }
p { color: rgb(170,99,35); }
H1.HeaderClassName
{
color: #AA6323;
}
.AnyTagClassName
{
color: #AA6323;
}
</style>
background-color css
<style>
a { background-color: #AA6323; }
a { background-color: rgb(170,99,35); }
div.DivClassName
{
background-color: #AA6323;
}
.BgClassName
{
background-color: #AA6323;
}
</style>
border-color css
<style>
span { border-color: #AA6323; }
span { border-color: rgb(170,99,35); }
td.TdClassName
{
border-color: #AA6323;
}
.TagClassName
{
border-color: #AA6323;
}
</style>