Shades of Mai Tai #AD6027
Tints of Mai Tai #AD6027
RGB
CMYK
RGB Variations
Color information
#AD6027 (or 0xAD6027) is known color: Mai Tai. HEX triplet: AD, 60 and 27. RGB value is (173,96,39). Sum of RGB (Red+Green+Blue) = 173+96+39=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6027 is #529FD8. Grayscale: #707070. Windows color (decimal): -5414873 or 2580653. OLE color: 2580653.
HSL color Cylindrical-coordinate representation of color #AD6027: hue angle of 25.52º 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 #AD6027 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 39 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.32 |
| HSL | 25.52º | 0.63% | 0.42% | - |
| HSV(B) | 25.52º | 0.77% | 0.68% | - |
| XYZ | 21.78 | 17.4 | 4.13 | - |
| YUV | 112.53 | 86.51 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 39 | 0 | 0.45 | 0.77 | 0.32 | 25.52 | 0.63 | 0.42 |
| Hex | AD | 60 | 27 | 0 | 2D | 4D | 20 | 1A | 3F | 2A |
| Octal | 255 | 140 | 47 | 0 | 55 | 115 | 40 | 32 | 77 | 52 |
| Binary | 10101101 | 1100000 | 100111 | 0 | 101101 | 1001101 | 100000 | 11010 | 111111 | 101010 |
Color Harmonies of #AD6027
Complementary color
Monochromatic Colors of #AD6027
Black with #AD6027
Text Example
Text Example
White with #AD6027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6027; }
p { color: rgb(173,96,39); }
H1.HeaderClassName
{
color: #AD6027;
}
.AnyTagClassName
{
color: #AD6027;
}
</style>
background-color css
<style>
a { background-color: #AD6027; }
a { background-color: rgb(173,96,39); }
div.DivClassName
{
background-color: #AD6027;
}
.BgClassName
{
background-color: #AD6027;
}
</style>
border-color css
<style>
span { border-color: #AD6027; }
span { border-color: rgb(173,96,39); }
td.TdClassName
{
border-color: #AD6027;
}
.TagClassName
{
border-color: #AD6027;
}
</style>