Shades of Mai Tai #AD672A
Tints of Mai Tai #AD672A
RGB
CMYK
RGB Variations
Color information
#AD672A (or 0xAD672A) is known color: Mai Tai. HEX triplet: AD, 67 and 2A. RGB value is (173,103,42). Sum of RGB (Red+Green+Blue) = 173+103+42=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD672A is #5298D5. Grayscale: #757575. Windows color (decimal): -5413078 or 2779053. OLE color: 2779053.
HSL color Cylindrical-coordinate representation of color #AD672A: hue angle of 27.94º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD672A is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 42 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.32 |
| HSL | 27.94º | 0.61% | 0.42% | - |
| HSV(B) | 27.94º | 0.76% | 0.68% | - |
| XYZ | 22.5 | 18.75 | 4.62 | - |
| YUV | 116.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 42 | 0 | 0.40 | 0.76 | 0.32 | 27.94 | 0.61 | 0.42 |
| Hex | AD | 67 | 2A | 0 | 28 | 4C | 20 | 1C | 3D | 2A |
| Octal | 255 | 147 | 52 | 0 | 50 | 114 | 40 | 34 | 75 | 52 |
| Binary | 10101101 | 1100111 | 101010 | 0 | 101000 | 1001100 | 100000 | 11100 | 111101 | 101010 |
Color Harmonies of #AD672A
Complementary color
Monochromatic Colors of #AD672A
Black with #AD672A
Text Example
Text Example
White with #AD672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD672A; }
p { color: rgb(173,103,42); }
H1.HeaderClassName
{
color: #AD672A;
}
.AnyTagClassName
{
color: #AD672A;
}
</style>
background-color css
<style>
a { background-color: #AD672A; }
a { background-color: rgb(173,103,42); }
div.DivClassName
{
background-color: #AD672A;
}
.BgClassName
{
background-color: #AD672A;
}
</style>
border-color css
<style>
span { border-color: #AD672A; }
span { border-color: rgb(173,103,42); }
td.TdClassName
{
border-color: #AD672A;
}
.TagClassName
{
border-color: #AD672A;
}
</style>