Shades of Mai Tai #AA602F
Tints of Mai Tai #AA602F
RGB
CMYK
RGB Variations
Color information
#AA602F (or 0xAA602F) is known color: Mai Tai. HEX triplet: AA, 60 and 2F. RGB value is (170,96,47). Sum of RGB (Red+Green+Blue) = 170+96+47=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA602F is #559FD0. Grayscale: #707070. Windows color (decimal): -5611473 or 3104938. OLE color: 3104938.
HSL color Cylindrical-coordinate representation of color #AA602F: hue angle of 23.9º degrees, saturation: 0.57, 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 #AA602F is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 47 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.33 |
| HSL | 23.9º | 0.57% | 0.43% | - |
| HSV(B) | 23.9º | 0.72% | 0.67% | - |
| XYZ | 21.27 | 17.12 | 4.87 | - |
| YUV | 112.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 47 | 0 | 0.44 | 0.72 | 0.33 | 23.9 | 0.57 | 0.43 |
| Hex | AA | 60 | 2F | 0 | 2C | 48 | 21 | 18 | 39 | 2B |
| Octal | 252 | 140 | 57 | 0 | 54 | 110 | 41 | 30 | 71 | 53 |
| Binary | 10101010 | 1100000 | 101111 | 0 | 101100 | 1001000 | 100001 | 11000 | 111001 | 101011 |
Color Harmonies of #AA602F
Complementary color
Monochromatic Colors of #AA602F
Black with #AA602F
Text Example
Text Example
White with #AA602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA602F; }
p { color: rgb(170,96,47); }
H1.HeaderClassName
{
color: #AA602F;
}
.AnyTagClassName
{
color: #AA602F;
}
</style>
background-color css
<style>
a { background-color: #AA602F; }
a { background-color: rgb(170,96,47); }
div.DivClassName
{
background-color: #AA602F;
}
.BgClassName
{
background-color: #AA602F;
}
</style>
border-color css
<style>
span { border-color: #AA602F; }
span { border-color: rgb(170,96,47); }
td.TdClassName
{
border-color: #AA602F;
}
.TagClassName
{
border-color: #AA602F;
}
</style>