Shades of Mai Tai #AD612C
Tints of Mai Tai #AD612C
RGB
CMYK
RGB Variations
Color information
#AD612C (or 0xAD612C) is known color: Mai Tai. HEX triplet: AD, 61 and 2C. RGB value is (173,97,44). Sum of RGB (Red+Green+Blue) = 173+97+44=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD612C is #529ED3. Grayscale: #717171. Windows color (decimal): -5414612 or 2908589. OLE color: 2908589.
HSL color Cylindrical-coordinate representation of color #AD612C: hue angle of 24.65º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD612C is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 44 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.32 |
| HSL | 24.65º | 0.59% | 0.43% | - |
| HSV(B) | 24.65º | 0.75% | 0.68% | - |
| XYZ | 21.96 | 17.62 | 4.63 | - |
| YUV | 113.68 | 88.68 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 44 | 0 | 0.44 | 0.75 | 0.32 | 24.65 | 0.59 | 0.43 |
| Hex | AD | 61 | 2C | 0 | 2C | 4B | 20 | 19 | 3B | 2B |
| Octal | 255 | 141 | 54 | 0 | 54 | 113 | 40 | 31 | 73 | 53 |
| Binary | 10101101 | 1100001 | 101100 | 0 | 101100 | 1001011 | 100000 | 11001 | 111011 | 101011 |
Color Harmonies of #AD612C
Complementary color
Monochromatic Colors of #AD612C
Black with #AD612C
Text Example
Text Example
White with #AD612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD612C; }
p { color: rgb(173,97,44); }
H1.HeaderClassName
{
color: #AD612C;
}
.AnyTagClassName
{
color: #AD612C;
}
</style>
background-color css
<style>
a { background-color: #AD612C; }
a { background-color: rgb(173,97,44); }
div.DivClassName
{
background-color: #AD612C;
}
.BgClassName
{
background-color: #AD612C;
}
</style>
border-color css
<style>
span { border-color: #AD612C; }
span { border-color: rgb(173,97,44); }
td.TdClassName
{
border-color: #AD612C;
}
.TagClassName
{
border-color: #AD612C;
}
</style>