Shades of Mai Tai #A45D2C
Tints of Mai Tai #A45D2C
RGB
CMYK
RGB Variations
Color information
#A45D2C (or 0xA45D2C) is known color: Mai Tai. HEX triplet: A4, 5D and 2C. RGB value is (164,93,44). Sum of RGB (Red+Green+Blue) = 164+93+44=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D2C is #5BA2D3. Grayscale: #6C6C6C. Windows color (decimal): -6005460 or 2907556. OLE color: 2907556.
HSL color Cylindrical-coordinate representation of color #A45D2C: hue angle of 24.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A45D2C is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 44 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.36 |
| HSL | 24.5º | 0.58% | 0.41% | - |
| HSV(B) | 24.5º | 0.73% | 0.64% | - |
| XYZ | 19.68 | 15.9 | 4.42 | - |
| YUV | 108.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 44 | 0 | 0.43 | 0.73 | 0.36 | 24.5 | 0.58 | 0.41 |
| Hex | A4 | 5D | 2C | 0 | 2B | 49 | 24 | 18 | 3A | 29 |
| Octal | 244 | 135 | 54 | 0 | 53 | 111 | 44 | 30 | 72 | 51 |
| Binary | 10100100 | 1011101 | 101100 | 0 | 101011 | 1001001 | 100100 | 11000 | 111010 | 101001 |
Color Harmonies of #A45D2C
Complementary color
Monochromatic Colors of #A45D2C
Black with #A45D2C
Text Example
Text Example
White with #A45D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D2C; }
p { color: rgb(164,93,44); }
H1.HeaderClassName
{
color: #A45D2C;
}
.AnyTagClassName
{
color: #A45D2C;
}
</style>
background-color css
<style>
a { background-color: #A45D2C; }
a { background-color: rgb(164,93,44); }
div.DivClassName
{
background-color: #A45D2C;
}
.BgClassName
{
background-color: #A45D2C;
}
</style>
border-color css
<style>
span { border-color: #A45D2C; }
span { border-color: rgb(164,93,44); }
td.TdClassName
{
border-color: #A45D2C;
}
.TagClassName
{
border-color: #A45D2C;
}
</style>