Shades of Mai Tai #AD6629
Tints of Mai Tai #AD6629
RGB
CMYK
RGB Variations
Color information
#AD6629 (or 0xAD6629) is known color: Mai Tai. HEX triplet: AD, 66 and 29. RGB value is (173,102,41). Sum of RGB (Red+Green+Blue) = 173+102+41=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6629 is #5299D6. Grayscale: #747474. Windows color (decimal): -5413335 or 2713261. OLE color: 2713261.
HSL color Cylindrical-coordinate representation of color #AD6629: hue angle of 27.73º degrees, saturation: 0.62, 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 #AD6629 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 41 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.32 |
| HSL | 27.73º | 0.62% | 0.42% | - |
| HSV(B) | 27.73º | 0.76% | 0.68% | - |
| XYZ | 22.39 | 18.55 | 4.5 | - |
| YUV | 116.28 | 85.52 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 41 | 0 | 0.41 | 0.76 | 0.32 | 27.73 | 0.62 | 0.42 |
| Hex | AD | 66 | 29 | 0 | 29 | 4C | 20 | 1C | 3E | 2A |
| Octal | 255 | 146 | 51 | 0 | 51 | 114 | 40 | 34 | 76 | 52 |
| Binary | 10101101 | 1100110 | 101001 | 0 | 101001 | 1001100 | 100000 | 11100 | 111110 | 101010 |
Color Harmonies of #AD6629
Complementary color
Monochromatic Colors of #AD6629
Black with #AD6629
Text Example
Text Example
White with #AD6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6629; }
p { color: rgb(173,102,41); }
H1.HeaderClassName
{
color: #AD6629;
}
.AnyTagClassName
{
color: #AD6629;
}
</style>
background-color css
<style>
a { background-color: #AD6629; }
a { background-color: rgb(173,102,41); }
div.DivClassName
{
background-color: #AD6629;
}
.BgClassName
{
background-color: #AD6629;
}
</style>
border-color css
<style>
span { border-color: #AD6629; }
span { border-color: rgb(173,102,41); }
td.TdClassName
{
border-color: #AD6629;
}
.TagClassName
{
border-color: #AD6629;
}
</style>