Shades of Mai Tai #A1683A
Tints of Mai Tai #A1683A
RGB
CMYK
RGB Variations
Color information
#A1683A (or 0xA1683A) is known color: Mai Tai. HEX triplet: A1, 68 and 3A. RGB value is (161,104,58). Sum of RGB (Red+Green+Blue) = 161+104+58=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1683A is #5E97C5. Grayscale: #747474. Windows color (decimal): -6199238 or 3827873. OLE color: 3827873.
HSL color Cylindrical-coordinate representation of color #A1683A: hue angle of 26.8º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1683A is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 58 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.37 |
| HSL | 26.8º | 0.47% | 0.43% | - |
| HSV(B) | 26.8º | 0.64% | 0.63% | - |
| XYZ | 20.41 | 17.78 | 6.36 | - |
| YUV | 115.8 | 95.38 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 58 | 0 | 0.35 | 0.64 | 0.37 | 26.8 | 0.47 | 0.43 |
| Hex | A1 | 68 | 3A | 0 | 23 | 40 | 25 | 1B | 2F | 2B |
| Octal | 241 | 150 | 72 | 0 | 43 | 100 | 45 | 33 | 57 | 53 |
| Binary | 10100001 | 1101000 | 111010 | 0 | 100011 | 1000000 | 100101 | 11011 | 101111 | 101011 |
Color Harmonies of #A1683A
Complementary color
Monochromatic Colors of #A1683A
Black with #A1683A
Text Example
Text Example
White with #A1683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1683A; }
p { color: rgb(161,104,58); }
H1.HeaderClassName
{
color: #A1683A;
}
.AnyTagClassName
{
color: #A1683A;
}
</style>
background-color css
<style>
a { background-color: #A1683A; }
a { background-color: rgb(161,104,58); }
div.DivClassName
{
background-color: #A1683A;
}
.BgClassName
{
background-color: #A1683A;
}
</style>
border-color css
<style>
span { border-color: #A1683A; }
span { border-color: rgb(161,104,58); }
td.TdClassName
{
border-color: #A1683A;
}
.TagClassName
{
border-color: #A1683A;
}
</style>