Shades of Mai Tai #A45E2F
Tints of Mai Tai #A45E2F
RGB
CMYK
RGB Variations
Color information
#A45E2F (or 0xA45E2F) is known color: Mai Tai. HEX triplet: A4, 5E and 2F. RGB value is (164,94,47). Sum of RGB (Red+Green+Blue) = 164+94+47=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45E2F is #5BA1D0. Grayscale: #6D6D6D. Windows color (decimal): -6005201 or 3104420. OLE color: 3104420.
HSL color Cylindrical-coordinate representation of color #A45E2F: hue angle of 24.1º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A45E2F is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 47 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.36 |
| HSL | 24.1º | 0.55% | 0.41% | - |
| HSV(B) | 24.1º | 0.71% | 0.64% | - |
| XYZ | 19.83 | 16.1 | 4.75 | - |
| YUV | 109.57 | 92.69 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 47 | 0 | 0.43 | 0.71 | 0.36 | 24.1 | 0.55 | 0.41 |
| Hex | A4 | 5E | 2F | 0 | 2B | 47 | 24 | 18 | 37 | 29 |
| Octal | 244 | 136 | 57 | 0 | 53 | 107 | 44 | 30 | 67 | 51 |
| Binary | 10100100 | 1011110 | 101111 | 0 | 101011 | 1000111 | 100100 | 11000 | 110111 | 101001 |
Color Harmonies of #A45E2F
Complementary color
Monochromatic Colors of #A45E2F
Black with #A45E2F
Text Example
Text Example
White with #A45E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E2F; }
p { color: rgb(164,94,47); }
H1.HeaderClassName
{
color: #A45E2F;
}
.AnyTagClassName
{
color: #A45E2F;
}
</style>
background-color css
<style>
a { background-color: #A45E2F; }
a { background-color: rgb(164,94,47); }
div.DivClassName
{
background-color: #A45E2F;
}
.BgClassName
{
background-color: #A45E2F;
}
</style>
border-color css
<style>
span { border-color: #A45E2F; }
span { border-color: rgb(164,94,47); }
td.TdClassName
{
border-color: #A45E2F;
}
.TagClassName
{
border-color: #A45E2F;
}
</style>