Shades of Mai Tai #AA632F
Tints of Mai Tai #AA632F
RGB
CMYK
RGB Variations
Color information
#AA632F (or 0xAA632F) is known color: Mai Tai. HEX triplet: AA, 63 and 2F. RGB value is (170,99,47). Sum of RGB (Red+Green+Blue) = 170+99+47=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA632F is #559CD0. Grayscale: #727272. Windows color (decimal): -5610705 or 3105706. OLE color: 3105706.
HSL color Cylindrical-coordinate representation of color #AA632F: hue angle of 25.37º 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 #AA632F is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 47 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.33 |
| HSL | 25.37º | 0.57% | 0.43% | - |
| HSV(B) | 25.37º | 0.72% | 0.67% | - |
| XYZ | 21.55 | 17.67 | 4.96 | - |
| YUV | 114.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 47 | 0 | 0.42 | 0.72 | 0.33 | 25.37 | 0.57 | 0.43 |
| Hex | AA | 63 | 2F | 0 | 2A | 48 | 21 | 19 | 39 | 2B |
| Octal | 252 | 143 | 57 | 0 | 52 | 110 | 41 | 31 | 71 | 53 |
| Binary | 10101010 | 1100011 | 101111 | 0 | 101010 | 1001000 | 100001 | 11001 | 111001 | 101011 |
Color Harmonies of #AA632F
Complementary color
Monochromatic Colors of #AA632F
Black with #AA632F
Text Example
Text Example
White with #AA632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA632F; }
p { color: rgb(170,99,47); }
H1.HeaderClassName
{
color: #AA632F;
}
.AnyTagClassName
{
color: #AA632F;
}
</style>
background-color css
<style>
a { background-color: #AA632F; }
a { background-color: rgb(170,99,47); }
div.DivClassName
{
background-color: #AA632F;
}
.BgClassName
{
background-color: #AA632F;
}
</style>
border-color css
<style>
span { border-color: #AA632F; }
span { border-color: rgb(170,99,47); }
td.TdClassName
{
border-color: #AA632F;
}
.TagClassName
{
border-color: #AA632F;
}
</style>