Shades of Mai Tai #A36825
Tints of Mai Tai #A36825
RGB
CMYK
RGB Variations
Color information
#A36825 (or 0xA36825) is known color: Mai Tai. HEX triplet: A3, 68 and 25. RGB value is (163,104,37). Sum of RGB (Red+Green+Blue) = 163+104+37=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A36825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36825 is #5C97DA. Grayscale: #727272. Windows color (decimal): -6068187 or 2451619. OLE color: 2451619.
HSL color Cylindrical-coordinate representation of color #A36825: hue angle of 31.9º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A36825 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 37 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.36 |
| HSL | 31.9º | 0.63% | 0.39% | - |
| HSV(B) | 31.9º | 0.77% | 0.64% | - |
| XYZ | 20.39 | 17.82 | 4.12 | - |
| YUV | 114 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 37 | 0 | 0.36 | 0.77 | 0.36 | 31.9 | 0.63 | 0.39 |
| Hex | A3 | 68 | 25 | 0 | 24 | 4D | 24 | 20 | 3F | 27 |
| Octal | 243 | 150 | 45 | 0 | 44 | 115 | 44 | 40 | 77 | 47 |
| Binary | 10100011 | 1101000 | 100101 | 0 | 100100 | 1001101 | 100100 | 100000 | 111111 | 100111 |
Color Harmonies of #A36825
Complementary color
Monochromatic Colors of #A36825
Black with #A36825
Text Example
Text Example
White with #A36825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36825; }
p { color: rgb(163,104,37); }
H1.HeaderClassName
{
color: #A36825;
}
.AnyTagClassName
{
color: #A36825;
}
</style>
background-color css
<style>
a { background-color: #A36825; }
a { background-color: rgb(163,104,37); }
div.DivClassName
{
background-color: #A36825;
}
.BgClassName
{
background-color: #A36825;
}
</style>
border-color css
<style>
span { border-color: #A36825; }
span { border-color: rgb(163,104,37); }
td.TdClassName
{
border-color: #A36825;
}
.TagClassName
{
border-color: #A36825;
}
</style>