Shades of Mai Tai #AD621C
Tints of Mai Tai #AD621C
RGB
CMYK
RGB Variations
Color information
#AD621C (or 0xAD621C) is known color: Mai Tai. HEX triplet: AD, 62 and 1C. RGB value is (173,98,28). Sum of RGB (Red+Green+Blue) = 173+98+28=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD621C is #529DE3. Grayscale: #707070. Windows color (decimal): -5414372 or 1860269. OLE color: 1860269.
HSL color Cylindrical-coordinate representation of color #AD621C: hue angle of 28.97º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD621C is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 28 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.32 |
| HSL | 28.97º | 0.72% | 0.39% | - |
| HSV(B) | 28.97º | 0.84% | 0.68% | - |
| XYZ | 21.81 | 17.7 | 3.37 | - |
| YUV | 112.45 | 80.35 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 28 | 0 | 0.43 | 0.84 | 0.32 | 28.97 | 0.72 | 0.39 |
| Hex | AD | 62 | 1C | 0 | 2B | 54 | 20 | 1D | 48 | 27 |
| Octal | 255 | 142 | 34 | 0 | 53 | 124 | 40 | 35 | 110 | 47 |
| Binary | 10101101 | 1100010 | 11100 | 0 | 101011 | 1010100 | 100000 | 11101 | 1001000 | 100111 |
Color Harmonies of #AD621C
Complementary color
Monochromatic Colors of #AD621C
Black with #AD621C
Text Example
Text Example
White with #AD621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD621C; }
p { color: rgb(173,98,28); }
H1.HeaderClassName
{
color: #AD621C;
}
.AnyTagClassName
{
color: #AD621C;
}
</style>
background-color css
<style>
a { background-color: #AD621C; }
a { background-color: rgb(173,98,28); }
div.DivClassName
{
background-color: #AD621C;
}
.BgClassName
{
background-color: #AD621C;
}
</style>
border-color css
<style>
span { border-color: #AD621C; }
span { border-color: rgb(173,98,28); }
td.TdClassName
{
border-color: #AD621C;
}
.TagClassName
{
border-color: #AD621C;
}
</style>