Shades of Mai Tai #AD622B
Tints of Mai Tai #AD622B
RGB
CMYK
RGB Variations
Color information
#AD622B (or 0xAD622B) is known color: Mai Tai. HEX triplet: AD, 62 and 2B. RGB value is (173,98,43). Sum of RGB (Red+Green+Blue) = 173+98+43=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD622B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD622B is #529DD4. Grayscale: #727272. Windows color (decimal): -5414357 or 2843309. OLE color: 2843309.
HSL color Cylindrical-coordinate representation of color #AD622B: hue angle of 25.38º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD622B is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 43 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.32 |
| HSL | 25.38º | 0.6% | 0.42% | - |
| HSV(B) | 25.38º | 0.75% | 0.68% | - |
| XYZ | 22.04 | 17.79 | 4.56 | - |
| YUV | 114.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 43 | 0 | 0.43 | 0.75 | 0.32 | 25.38 | 0.6 | 0.42 |
| Hex | AD | 62 | 2B | 0 | 2B | 4B | 20 | 19 | 3C | 2A |
| Octal | 255 | 142 | 53 | 0 | 53 | 113 | 40 | 31 | 74 | 52 |
| Binary | 10101101 | 1100010 | 101011 | 0 | 101011 | 1001011 | 100000 | 11001 | 111100 | 101010 |
Color Harmonies of #AD622B
Complementary color
Monochromatic Colors of #AD622B
Black with #AD622B
Text Example
Text Example
White with #AD622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD622B; }
p { color: rgb(173,98,43); }
H1.HeaderClassName
{
color: #AD622B;
}
.AnyTagClassName
{
color: #AD622B;
}
</style>
background-color css
<style>
a { background-color: #AD622B; }
a { background-color: rgb(173,98,43); }
div.DivClassName
{
background-color: #AD622B;
}
.BgClassName
{
background-color: #AD622B;
}
</style>
border-color css
<style>
span { border-color: #AD622B; }
span { border-color: rgb(173,98,43); }
td.TdClassName
{
border-color: #AD622B;
}
.TagClassName
{
border-color: #AD622B;
}
</style>