Shades of Mai Tai #AA6023
Tints of Mai Tai #AA6023
RGB
CMYK
RGB Variations
Color information
#AA6023 (or 0xAA6023) is known color: Mai Tai. HEX triplet: AA, 60 and 23. RGB value is (170,96,35). Sum of RGB (Red+Green+Blue) = 170+96+35=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6023 is #559FDC. Grayscale: #6F6F6F. Windows color (decimal): -5611485 or 2318506. OLE color: 2318506.
HSL color Cylindrical-coordinate representation of color #AA6023: hue angle of 27.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA6023 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 35 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.33 |
| HSL | 27.11º | 0.66% | 0.4% | - |
| HSV(B) | 27.11º | 0.79% | 0.67% | - |
| XYZ | 21.06 | 17.03 | 3.77 | - |
| YUV | 111.17 | 85.02 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 35 | 0 | 0.44 | 0.79 | 0.33 | 27.11 | 0.66 | 0.4 |
| Hex | AA | 60 | 23 | 0 | 2C | 4F | 21 | 1B | 42 | 28 |
| Octal | 252 | 140 | 43 | 0 | 54 | 117 | 41 | 33 | 102 | 50 |
| Binary | 10101010 | 1100000 | 100011 | 0 | 101100 | 1001111 | 100001 | 11011 | 1000010 | 101000 |
Color Harmonies of #AA6023
Complementary color
Monochromatic Colors of #AA6023
Black with #AA6023
Text Example
Text Example
White with #AA6023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6023; }
p { color: rgb(170,96,35); }
H1.HeaderClassName
{
color: #AA6023;
}
.AnyTagClassName
{
color: #AA6023;
}
</style>
background-color css
<style>
a { background-color: #AA6023; }
a { background-color: rgb(170,96,35); }
div.DivClassName
{
background-color: #AA6023;
}
.BgClassName
{
background-color: #AA6023;
}
</style>
border-color css
<style>
span { border-color: #AA6023; }
span { border-color: rgb(170,96,35); }
td.TdClassName
{
border-color: #AA6023;
}
.TagClassName
{
border-color: #AA6023;
}
</style>