Shades of Mai Tai #AD601F
Tints of Mai Tai #AD601F
RGB
CMYK
RGB Variations
Color information
#AD601F (or 0xAD601F) is known color: Mai Tai. HEX triplet: AD, 60 and 1F. RGB value is (173,96,31). Sum of RGB (Red+Green+Blue) = 173+96+31=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD601F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD601F is #529FE0. Grayscale: #6F6F6F. Windows color (decimal): -5414881 or 2056365. OLE color: 2056365.
HSL color Cylindrical-coordinate representation of color #AD601F: hue angle of 27.46º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD601F is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 31 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.32 |
| HSL | 27.46º | 0.7% | 0.4% | - |
| HSV(B) | 27.46º | 0.82% | 0.68% | - |
| XYZ | 21.66 | 17.35 | 3.5 | - |
| YUV | 111.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 31 | 0 | 0.45 | 0.82 | 0.32 | 27.46 | 0.7 | 0.4 |
| Hex | AD | 60 | 1F | 0 | 2D | 52 | 20 | 1B | 46 | 28 |
| Octal | 255 | 140 | 37 | 0 | 55 | 122 | 40 | 33 | 106 | 50 |
| Binary | 10101101 | 1100000 | 11111 | 0 | 101101 | 1010010 | 100000 | 11011 | 1000110 | 101000 |
Color Harmonies of #AD601F
Complementary color
Monochromatic Colors of #AD601F
Black with #AD601F
Text Example
Text Example
White with #AD601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD601F; }
p { color: rgb(173,96,31); }
H1.HeaderClassName
{
color: #AD601F;
}
.AnyTagClassName
{
color: #AD601F;
}
</style>
background-color css
<style>
a { background-color: #AD601F; }
a { background-color: rgb(173,96,31); }
div.DivClassName
{
background-color: #AD601F;
}
.BgClassName
{
background-color: #AD601F;
}
</style>
border-color css
<style>
span { border-color: #AD601F; }
span { border-color: rgb(173,96,31); }
td.TdClassName
{
border-color: #AD601F;
}
.TagClassName
{
border-color: #AD601F;
}
</style>