Shades of Mai Tai #AA672C
Tints of Mai Tai #AA672C
RGB
CMYK
RGB Variations
Color information
#AA672C (or 0xAA672C) is known color: Mai Tai. HEX triplet: AA, 67 and 2C. RGB value is (170,103,44). Sum of RGB (Red+Green+Blue) = 170+103+44=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA672C is #5598D3. Grayscale: #747474. Windows color (decimal): -5609684 or 2910122. OLE color: 2910122.
HSL color Cylindrical-coordinate representation of color #AA672C: hue angle of 28.1º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA672C is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 44 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.33 |
| HSL | 28.1º | 0.59% | 0.42% | - |
| HSV(B) | 28.1º | 0.74% | 0.67% | - |
| XYZ | 21.88 | 18.43 | 4.79 | - |
| YUV | 116.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 44 | 0 | 0.39 | 0.74 | 0.33 | 28.1 | 0.59 | 0.42 |
| Hex | AA | 67 | 2C | 0 | 27 | 4A | 21 | 1C | 3B | 2A |
| Octal | 252 | 147 | 54 | 0 | 47 | 112 | 41 | 34 | 73 | 52 |
| Binary | 10101010 | 1100111 | 101100 | 0 | 100111 | 1001010 | 100001 | 11100 | 111011 | 101010 |
Color Harmonies of #AA672C
Complementary color
Monochromatic Colors of #AA672C
Black with #AA672C
Text Example
Text Example
White with #AA672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA672C; }
p { color: rgb(170,103,44); }
H1.HeaderClassName
{
color: #AA672C;
}
.AnyTagClassName
{
color: #AA672C;
}
</style>
background-color css
<style>
a { background-color: #AA672C; }
a { background-color: rgb(170,103,44); }
div.DivClassName
{
background-color: #AA672C;
}
.BgClassName
{
background-color: #AA672C;
}
</style>
border-color css
<style>
span { border-color: #AA672C; }
span { border-color: rgb(170,103,44); }
td.TdClassName
{
border-color: #AA672C;
}
.TagClassName
{
border-color: #AA672C;
}
</style>