Shades of Mai Tai #AA672B
Tints of Mai Tai #AA672B
RGB
CMYK
RGB Variations
Color information
#AA672B (or 0xAA672B) is known color: Mai Tai. HEX triplet: AA, 67 and 2B. RGB value is (170,103,43). Sum of RGB (Red+Green+Blue) = 170+103+43=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA672B is #5598D4. Grayscale: #747474. Windows color (decimal): -5609685 or 2844586. OLE color: 2844586.
HSL color Cylindrical-coordinate representation of color #AA672B: hue angle of 28.35º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA672B is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 43 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.33 |
| HSL | 28.35º | 0.6% | 0.42% | - |
| HSV(B) | 28.35º | 0.75% | 0.67% | - |
| XYZ | 21.86 | 18.42 | 4.69 | - |
| YUV | 116.19 | 86.7 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 43 | 0 | 0.39 | 0.75 | 0.33 | 28.35 | 0.6 | 0.42 |
| Hex | AA | 67 | 2B | 0 | 27 | 4B | 21 | 1C | 3C | 2A |
| Octal | 252 | 147 | 53 | 0 | 47 | 113 | 41 | 34 | 74 | 52 |
| Binary | 10101010 | 1100111 | 101011 | 0 | 100111 | 1001011 | 100001 | 11100 | 111100 | 101010 |
Color Harmonies of #AA672B
Complementary color
Monochromatic Colors of #AA672B
Black with #AA672B
Text Example
Text Example
White with #AA672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA672B; }
p { color: rgb(170,103,43); }
H1.HeaderClassName
{
color: #AA672B;
}
.AnyTagClassName
{
color: #AA672B;
}
</style>
background-color css
<style>
a { background-color: #AA672B; }
a { background-color: rgb(170,103,43); }
div.DivClassName
{
background-color: #AA672B;
}
.BgClassName
{
background-color: #AA672B;
}
</style>
border-color css
<style>
span { border-color: #AA672B; }
span { border-color: rgb(170,103,43); }
td.TdClassName
{
border-color: #AA672B;
}
.TagClassName
{
border-color: #AA672B;
}
</style>