Shades of Mai Tai #AD671F
Tints of Mai Tai #AD671F
RGB
CMYK
RGB Variations
Color information
#AD671F (or 0xAD671F) is known color: Mai Tai. HEX triplet: AD, 67 and 1F. RGB value is (173,103,31). Sum of RGB (Red+Green+Blue) = 173+103+31=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD671F is #5298E0. Grayscale: #747474. Windows color (decimal): -5413089 or 2058157. OLE color: 2058157.
HSL color Cylindrical-coordinate representation of color #AD671F: hue angle of 30.42º 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 #AD671F is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 31 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.32 |
| HSL | 30.42º | 0.7% | 0.4% | - |
| HSV(B) | 30.42º | 0.82% | 0.68% | - |
| XYZ | 22.33 | 18.68 | 3.73 | - |
| YUV | 115.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 31 | 0 | 0.40 | 0.82 | 0.32 | 30.42 | 0.7 | 0.4 |
| Hex | AD | 67 | 1F | 0 | 28 | 52 | 20 | 1E | 46 | 28 |
| Octal | 255 | 147 | 37 | 0 | 50 | 122 | 40 | 36 | 106 | 50 |
| Binary | 10101101 | 1100111 | 11111 | 0 | 101000 | 1010010 | 100000 | 11110 | 1000110 | 101000 |
Color Harmonies of #AD671F
Complementary color
Monochromatic Colors of #AD671F
Black with #AD671F
Text Example
Text Example
White with #AD671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD671F; }
p { color: rgb(173,103,31); }
H1.HeaderClassName
{
color: #AD671F;
}
.AnyTagClassName
{
color: #AD671F;
}
</style>
background-color css
<style>
a { background-color: #AD671F; }
a { background-color: rgb(173,103,31); }
div.DivClassName
{
background-color: #AD671F;
}
.BgClassName
{
background-color: #AD671F;
}
</style>
border-color css
<style>
span { border-color: #AD671F; }
span { border-color: rgb(173,103,31); }
td.TdClassName
{
border-color: #AD671F;
}
.TagClassName
{
border-color: #AD671F;
}
</style>