Shades of Mai Tai #AA622F
Tints of Mai Tai #AA622F
RGB
CMYK
RGB Variations
Color information
#AA622F (or 0xAA622F) is known color: Mai Tai. HEX triplet: AA, 62 and 2F. RGB value is (170,98,47). Sum of RGB (Red+Green+Blue) = 170+98+47=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA622F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA622F is #559DD0. Grayscale: #717171. Windows color (decimal): -5610961 or 3105450. OLE color: 3105450.
HSL color Cylindrical-coordinate representation of color #AA622F: hue angle of 24.88º 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 #AA622F is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 47 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.33 |
| HSL | 24.88º | 0.57% | 0.43% | - |
| HSV(B) | 24.88º | 0.72% | 0.67% | - |
| XYZ | 21.46 | 17.49 | 4.93 | - |
| YUV | 113.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 47 | 0 | 0.42 | 0.72 | 0.33 | 24.88 | 0.57 | 0.43 |
| Hex | AA | 62 | 2F | 0 | 2A | 48 | 21 | 19 | 39 | 2B |
| Octal | 252 | 142 | 57 | 0 | 52 | 110 | 41 | 31 | 71 | 53 |
| Binary | 10101010 | 1100010 | 101111 | 0 | 101010 | 1001000 | 100001 | 11001 | 111001 | 101011 |
Color Harmonies of #AA622F
Complementary color
Monochromatic Colors of #AA622F
Black with #AA622F
Text Example
Text Example
White with #AA622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA622F; }
p { color: rgb(170,98,47); }
H1.HeaderClassName
{
color: #AA622F;
}
.AnyTagClassName
{
color: #AA622F;
}
</style>
background-color css
<style>
a { background-color: #AA622F; }
a { background-color: rgb(170,98,47); }
div.DivClassName
{
background-color: #AA622F;
}
.BgClassName
{
background-color: #AA622F;
}
</style>
border-color css
<style>
span { border-color: #AA622F; }
span { border-color: rgb(170,98,47); }
td.TdClassName
{
border-color: #AA622F;
}
.TagClassName
{
border-color: #AA622F;
}
</style>