Shades of Mai Tai #AA6623
Tints of Mai Tai #AA6623
RGB
CMYK
RGB Variations
Color information
#AA6623 (or 0xAA6623) is known color: Mai Tai. HEX triplet: AA, 66 and 23. RGB value is (170,102,35). Sum of RGB (Red+Green+Blue) = 170+102+35=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6623 is #5599DC. Grayscale: #737373. Windows color (decimal): -5609949 or 2320042. OLE color: 2320042.
HSL color Cylindrical-coordinate representation of color #AA6623: hue angle of 29.78º 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 #AA6623 is Cyan = 0, Magento = 0.4, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 35 | - |
| CMYK | 0 | 0.4 | 0.79 | 0.33 |
| HSL | 29.78º | 0.66% | 0.4% | - |
| HSV(B) | 29.78º | 0.79% | 0.67% | - |
| XYZ | 21.63 | 18.17 | 3.96 | - |
| YUV | 114.69 | 83.03 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 35 | 0 | 0.4 | 0.79 | 0.33 | 29.78 | 0.66 | 0.4 |
| Hex | AA | 66 | 23 | 0 | 28 | 4F | 21 | 1E | 42 | 28 |
| Octal | 252 | 146 | 43 | 0 | 50 | 117 | 41 | 36 | 102 | 50 |
| Binary | 10101010 | 1100110 | 100011 | 0 | 101000 | 1001111 | 100001 | 11110 | 1000010 | 101000 |
Color Harmonies of #AA6623
Complementary color
Monochromatic Colors of #AA6623
Black with #AA6623
Text Example
Text Example
White with #AA6623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6623; }
p { color: rgb(170,102,35); }
H1.HeaderClassName
{
color: #AA6623;
}
.AnyTagClassName
{
color: #AA6623;
}
</style>
background-color css
<style>
a { background-color: #AA6623; }
a { background-color: rgb(170,102,35); }
div.DivClassName
{
background-color: #AA6623;
}
.BgClassName
{
background-color: #AA6623;
}
</style>
border-color css
<style>
span { border-color: #AA6623; }
span { border-color: rgb(170,102,35); }
td.TdClassName
{
border-color: #AA6623;
}
.TagClassName
{
border-color: #AA6623;
}
</style>