Shades of Mai Tai #AD622C
Tints of Mai Tai #AD622C
RGB
CMYK
RGB Variations
Color information
#AD622C (or 0xAD622C) is known color: Mai Tai. HEX triplet: AD, 62 and 2C. RGB value is (173,98,44). Sum of RGB (Red+Green+Blue) = 173+98+44=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD622C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD622C is #529DD3. Grayscale: #727272. Windows color (decimal): -5414356 or 2908845. OLE color: 2908845.
HSL color Cylindrical-coordinate representation of color #AD622C: hue angle of 25.12º 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 #AD622C is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 44 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.32 |
| HSL | 25.12º | 0.59% | 0.43% | - |
| HSV(B) | 25.12º | 0.75% | 0.68% | - |
| XYZ | 22.06 | 17.8 | 4.66 | - |
| YUV | 114.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 44 | 0 | 0.43 | 0.75 | 0.32 | 25.12 | 0.59 | 0.43 |
| Hex | AD | 62 | 2C | 0 | 2B | 4B | 20 | 19 | 3B | 2B |
| Octal | 255 | 142 | 54 | 0 | 53 | 113 | 40 | 31 | 73 | 53 |
| Binary | 10101101 | 1100010 | 101100 | 0 | 101011 | 1001011 | 100000 | 11001 | 111011 | 101011 |
Color Harmonies of #AD622C
Complementary color
Monochromatic Colors of #AD622C
Black with #AD622C
Text Example
Text Example
White with #AD622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD622C; }
p { color: rgb(173,98,44); }
H1.HeaderClassName
{
color: #AD622C;
}
.AnyTagClassName
{
color: #AD622C;
}
</style>
background-color css
<style>
a { background-color: #AD622C; }
a { background-color: rgb(173,98,44); }
div.DivClassName
{
background-color: #AD622C;
}
.BgClassName
{
background-color: #AD622C;
}
</style>
border-color css
<style>
span { border-color: #AD622C; }
span { border-color: rgb(173,98,44); }
td.TdClassName
{
border-color: #AD622C;
}
.TagClassName
{
border-color: #AD622C;
}
</style>