Shades of Mai Tai #AA6030
Tints of Mai Tai #AA6030
RGB
CMYK
RGB Variations
Color information
#AA6030 (or 0xAA6030) is known color: Mai Tai. HEX triplet: AA, 60 and 30. RGB value is (170,96,48). Sum of RGB (Red+Green+Blue) = 170+96+48=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6030 is #559FCF. Grayscale: #707070. Windows color (decimal): -5611472 or 3170474. OLE color: 3170474.
HSL color Cylindrical-coordinate representation of color #AA6030: hue angle of 23.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA6030 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 48 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.33 |
| HSL | 23.61º | 0.56% | 0.43% | - |
| HSV(B) | 23.61º | 0.72% | 0.67% | - |
| XYZ | 21.29 | 17.13 | 4.98 | - |
| YUV | 112.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 48 | 0 | 0.44 | 0.72 | 0.33 | 23.61 | 0.56 | 0.43 |
| Hex | AA | 60 | 30 | 0 | 2C | 48 | 21 | 18 | 38 | 2B |
| Octal | 252 | 140 | 60 | 0 | 54 | 110 | 41 | 30 | 70 | 53 |
| Binary | 10101010 | 1100000 | 110000 | 0 | 101100 | 1001000 | 100001 | 11000 | 111000 | 101011 |
Color Harmonies of #AA6030
Complementary color
Monochromatic Colors of #AA6030
Black with #AA6030
Text Example
Text Example
White with #AA6030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6030; }
p { color: rgb(170,96,48); }
H1.HeaderClassName
{
color: #AA6030;
}
.AnyTagClassName
{
color: #AA6030;
}
</style>
background-color css
<style>
a { background-color: #AA6030; }
a { background-color: rgb(170,96,48); }
div.DivClassName
{
background-color: #AA6030;
}
.BgClassName
{
background-color: #AA6030;
}
</style>
border-color css
<style>
span { border-color: #AA6030; }
span { border-color: rgb(170,96,48); }
td.TdClassName
{
border-color: #AA6030;
}
.TagClassName
{
border-color: #AA6030;
}
</style>