Shades of Mai Tai #AA692D
Tints of Mai Tai #AA692D
RGB
CMYK
RGB Variations
Color information
#AA692D (or 0xAA692D) is known color: Mai Tai. HEX triplet: AA, 69 and 2D. RGB value is (170,105,45). Sum of RGB (Red+Green+Blue) = 170+105+45=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA692D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA692D is #5596D2. Grayscale: #757575. Windows color (decimal): -5609171 or 2976170. OLE color: 2976170.
HSL color Cylindrical-coordinate representation of color #AA692D: hue angle of 28.8º degrees, saturation: 0.58, 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 #AA692D is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 45 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.33 |
| HSL | 28.8º | 0.58% | 0.42% | - |
| HSV(B) | 28.8º | 0.74% | 0.67% | - |
| XYZ | 22.1 | 18.84 | 4.95 | - |
| YUV | 117.6 | 87.03 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 45 | 0 | 0.38 | 0.74 | 0.33 | 28.8 | 0.58 | 0.42 |
| Hex | AA | 69 | 2D | 0 | 26 | 4A | 21 | 1D | 3A | 2A |
| Octal | 252 | 151 | 55 | 0 | 46 | 112 | 41 | 35 | 72 | 52 |
| Binary | 10101010 | 1101001 | 101101 | 0 | 100110 | 1001010 | 100001 | 11101 | 111010 | 101010 |
Color Harmonies of #AA692D
Complementary color
Monochromatic Colors of #AA692D
Black with #AA692D
Text Example
Text Example
White with #AA692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA692D; }
p { color: rgb(170,105,45); }
H1.HeaderClassName
{
color: #AA692D;
}
.AnyTagClassName
{
color: #AA692D;
}
</style>
background-color css
<style>
a { background-color: #AA692D; }
a { background-color: rgb(170,105,45); }
div.DivClassName
{
background-color: #AA692D;
}
.BgClassName
{
background-color: #AA692D;
}
</style>
border-color css
<style>
span { border-color: #AA692D; }
span { border-color: rgb(170,105,45); }
td.TdClassName
{
border-color: #AA692D;
}
.TagClassName
{
border-color: #AA692D;
}
</style>