Shades of Mai Tai #AD612A
Tints of Mai Tai #AD612A
RGB
CMYK
RGB Variations
Color information
#AD612A (or 0xAD612A) is known color: Mai Tai. HEX triplet: AD, 61 and 2A. RGB value is (173,97,42). Sum of RGB (Red+Green+Blue) = 173+97+42=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD612A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD612A is #529ED5. Grayscale: #717171. Windows color (decimal): -5414614 or 2777517. OLE color: 2777517.
HSL color Cylindrical-coordinate representation of color #AD612A: hue angle of 25.19º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD612A is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 42 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.32 |
| HSL | 25.19º | 0.61% | 0.42% | - |
| HSV(B) | 25.19º | 0.76% | 0.68% | - |
| XYZ | 21.93 | 17.6 | 4.43 | - |
| YUV | 113.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 42 | 0 | 0.44 | 0.76 | 0.32 | 25.19 | 0.61 | 0.42 |
| Hex | AD | 61 | 2A | 0 | 2C | 4C | 20 | 19 | 3D | 2A |
| Octal | 255 | 141 | 52 | 0 | 54 | 114 | 40 | 31 | 75 | 52 |
| Binary | 10101101 | 1100001 | 101010 | 0 | 101100 | 1001100 | 100000 | 11001 | 111101 | 101010 |
Color Harmonies of #AD612A
Complementary color
Monochromatic Colors of #AD612A
Black with #AD612A
Text Example
Text Example
White with #AD612A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD612A; }
p { color: rgb(173,97,42); }
H1.HeaderClassName
{
color: #AD612A;
}
.AnyTagClassName
{
color: #AD612A;
}
</style>
background-color css
<style>
a { background-color: #AD612A; }
a { background-color: rgb(173,97,42); }
div.DivClassName
{
background-color: #AD612A;
}
.BgClassName
{
background-color: #AD612A;
}
</style>
border-color css
<style>
span { border-color: #AD612A; }
span { border-color: rgb(173,97,42); }
td.TdClassName
{
border-color: #AD612A;
}
.TagClassName
{
border-color: #AD612A;
}
</style>