Shades of Mai Tai #AD6927
Tints of Mai Tai #AD6927
RGB
CMYK
RGB Variations
Color information
#AD6927 (or 0xAD6927) is known color: Mai Tai. HEX triplet: AD, 69 and 27. RGB value is (173,105,39). Sum of RGB (Red+Green+Blue) = 173+105+39=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6927 is #5296D8. Grayscale: #767676. Windows color (decimal): -5412569 or 2582957. OLE color: 2582957.
HSL color Cylindrical-coordinate representation of color #AD6927: hue angle of 29.55º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD6927 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 39 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.32 |
| HSL | 29.55º | 0.63% | 0.42% | - |
| HSV(B) | 29.55º | 0.77% | 0.68% | - |
| XYZ | 22.65 | 19.13 | 4.42 | - |
| YUV | 117.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 39 | 0 | 0.39 | 0.77 | 0.32 | 29.55 | 0.63 | 0.42 |
| Hex | AD | 69 | 27 | 0 | 27 | 4D | 20 | 1E | 3F | 2A |
| Octal | 255 | 151 | 47 | 0 | 47 | 115 | 40 | 36 | 77 | 52 |
| Binary | 10101101 | 1101001 | 100111 | 0 | 100111 | 1001101 | 100000 | 11110 | 111111 | 101010 |
Color Harmonies of #AD6927
Complementary color
Monochromatic Colors of #AD6927
Black with #AD6927
Text Example
Text Example
White with #AD6927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6927; }
p { color: rgb(173,105,39); }
H1.HeaderClassName
{
color: #AD6927;
}
.AnyTagClassName
{
color: #AD6927;
}
</style>
background-color css
<style>
a { background-color: #AD6927; }
a { background-color: rgb(173,105,39); }
div.DivClassName
{
background-color: #AD6927;
}
.BgClassName
{
background-color: #AD6927;
}
</style>
border-color css
<style>
span { border-color: #AD6927; }
span { border-color: rgb(173,105,39); }
td.TdClassName
{
border-color: #AD6927;
}
.TagClassName
{
border-color: #AD6927;
}
</style>