Shades of Mai Tai #AD6023
Tints of Mai Tai #AD6023
RGB
CMYK
RGB Variations
Color information
#AD6023 (or 0xAD6023) is known color: Mai Tai. HEX triplet: AD, 60 and 23. RGB value is (173,96,35). Sum of RGB (Red+Green+Blue) = 173+96+35=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6023 is #529FDC. Grayscale: #707070. Windows color (decimal): -5414877 or 2318509. OLE color: 2318509.
HSL color Cylindrical-coordinate representation of color #AD6023: hue angle of 26.52º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD6023 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 35 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.32 |
| HSL | 26.52º | 0.66% | 0.41% | - |
| HSV(B) | 26.52º | 0.8% | 0.68% | - |
| XYZ | 21.72 | 17.37 | 3.8 | - |
| YUV | 112.07 | 84.51 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 35 | 0 | 0.45 | 0.80 | 0.32 | 26.52 | 0.66 | 0.41 |
| Hex | AD | 60 | 23 | 0 | 2D | 50 | 20 | 1B | 42 | 29 |
| Octal | 255 | 140 | 43 | 0 | 55 | 120 | 40 | 33 | 102 | 51 |
| Binary | 10101101 | 1100000 | 100011 | 0 | 101101 | 1010000 | 100000 | 11011 | 1000010 | 101001 |
Color Harmonies of #AD6023
Complementary color
Monochromatic Colors of #AD6023
Black with #AD6023
Text Example
Text Example
White with #AD6023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6023; }
p { color: rgb(173,96,35); }
H1.HeaderClassName
{
color: #AD6023;
}
.AnyTagClassName
{
color: #AD6023;
}
</style>
background-color css
<style>
a { background-color: #AD6023; }
a { background-color: rgb(173,96,35); }
div.DivClassName
{
background-color: #AD6023;
}
.BgClassName
{
background-color: #AD6023;
}
</style>
border-color css
<style>
span { border-color: #AD6023; }
span { border-color: rgb(173,96,35); }
td.TdClassName
{
border-color: #AD6023;
}
.TagClassName
{
border-color: #AD6023;
}
</style>