Shades of Mai Tai #AA6435
Tints of Mai Tai #AA6435
RGB
CMYK
RGB Variations
Color information
#AA6435 (or 0xAA6435) is known color: Mai Tai. HEX triplet: AA, 64 and 35. RGB value is (170,100,53). Sum of RGB (Red+Green+Blue) = 170+100+53=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6435 is #559BCA. Grayscale: #737373. Windows color (decimal): -5610443 or 3499178. OLE color: 3499178.
HSL color Cylindrical-coordinate representation of color #AA6435: hue angle of 24.1º 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 #AA6435 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 53 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.33 |
| HSL | 24.1º | 0.52% | 0.44% | - |
| HSV(B) | 24.1º | 0.69% | 0.67% | - |
| XYZ | 21.78 | 17.92 | 5.68 | - |
| YUV | 115.57 | 92.69 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 53 | 0 | 0.41 | 0.69 | 0.33 | 24.1 | 0.52 | 0.44 |
| Hex | AA | 64 | 35 | 0 | 29 | 45 | 21 | 18 | 34 | 2C |
| Octal | 252 | 144 | 65 | 0 | 51 | 105 | 41 | 30 | 64 | 54 |
| Binary | 10101010 | 1100100 | 110101 | 0 | 101001 | 1000101 | 100001 | 11000 | 110100 | 101100 |
Color Harmonies of #AA6435
Complementary color
Monochromatic Colors of #AA6435
Black with #AA6435
Text Example
Text Example
White with #AA6435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6435; }
p { color: rgb(170,100,53); }
H1.HeaderClassName
{
color: #AA6435;
}
.AnyTagClassName
{
color: #AA6435;
}
</style>
background-color css
<style>
a { background-color: #AA6435; }
a { background-color: rgb(170,100,53); }
div.DivClassName
{
background-color: #AA6435;
}
.BgClassName
{
background-color: #AA6435;
}
</style>
border-color css
<style>
span { border-color: #AA6435; }
span { border-color: rgb(170,100,53); }
td.TdClassName
{
border-color: #AA6435;
}
.TagClassName
{
border-color: #AA6435;
}
</style>