Shades of Mai Tai #AD6925
Tints of Mai Tai #AD6925
RGB
CMYK
RGB Variations
Color information
#AD6925 (or 0xAD6925) is known color: Mai Tai. HEX triplet: AD, 69 and 25. RGB value is (173,105,37). Sum of RGB (Red+Green+Blue) = 173+105+37=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6925 is #5296DA. Grayscale: #757575. Windows color (decimal): -5412571 or 2451885. OLE color: 2451885.
HSL color Cylindrical-coordinate representation of color #AD6925: hue angle of 30º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD6925 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 37 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.32 |
| HSL | 30º | 0.65% | 0.41% | - |
| HSV(B) | 30º | 0.79% | 0.68% | - |
| XYZ | 22.62 | 19.12 | 4.25 | - |
| YUV | 117.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 37 | 0 | 0.39 | 0.79 | 0.32 | 30 | 0.65 | 0.41 |
| Hex | AD | 69 | 25 | 0 | 27 | 4F | 20 | 1E | 41 | 29 |
| Octal | 255 | 151 | 45 | 0 | 47 | 117 | 40 | 36 | 101 | 51 |
| Binary | 10101101 | 1101001 | 100101 | 0 | 100111 | 1001111 | 100000 | 11110 | 1000001 | 101001 |
Color Harmonies of #AD6925
Complementary color
Monochromatic Colors of #AD6925
Black with #AD6925
Text Example
Text Example
White with #AD6925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6925; }
p { color: rgb(173,105,37); }
H1.HeaderClassName
{
color: #AD6925;
}
.AnyTagClassName
{
color: #AD6925;
}
</style>
background-color css
<style>
a { background-color: #AD6925; }
a { background-color: rgb(173,105,37); }
div.DivClassName
{
background-color: #AD6925;
}
.BgClassName
{
background-color: #AD6925;
}
</style>
border-color css
<style>
span { border-color: #AD6925; }
span { border-color: rgb(173,105,37); }
td.TdClassName
{
border-color: #AD6925;
}
.TagClassName
{
border-color: #AD6925;
}
</style>