Shades of Mai Tai #A45F31
Tints of Mai Tai #A45F31
RGB
CMYK
RGB Variations
Color information
#A45F31 (or 0xA45F31) is known color: Mai Tai. HEX triplet: A4, 5F and 31. RGB value is (164,95,49). Sum of RGB (Red+Green+Blue) = 164+95+49=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45F31 is #5BA0CE. Grayscale: #6E6E6E. Windows color (decimal): -6004943 or 3235748. OLE color: 3235748.
HSL color Cylindrical-coordinate representation of color #A45F31: hue angle of 24º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A45F31 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 49 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.36 |
| HSL | 24º | 0.54% | 0.42% | - |
| HSV(B) | 24º | 0.7% | 0.64% | - |
| XYZ | 19.96 | 16.3 | 5 | - |
| YUV | 110.39 | 93.36 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 49 | 0 | 0.42 | 0.70 | 0.36 | 24 | 0.54 | 0.42 |
| Hex | A4 | 5F | 31 | 0 | 2A | 46 | 24 | 18 | 36 | 2A |
| Octal | 244 | 137 | 61 | 0 | 52 | 106 | 44 | 30 | 66 | 52 |
| Binary | 10100100 | 1011111 | 110001 | 0 | 101010 | 1000110 | 100100 | 11000 | 110110 | 101010 |
Color Harmonies of #A45F31
Complementary color
Monochromatic Colors of #A45F31
Black with #A45F31
Text Example
Text Example
White with #A45F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F31; }
p { color: rgb(164,95,49); }
H1.HeaderClassName
{
color: #A45F31;
}
.AnyTagClassName
{
color: #A45F31;
}
</style>
background-color css
<style>
a { background-color: #A45F31; }
a { background-color: rgb(164,95,49); }
div.DivClassName
{
background-color: #A45F31;
}
.BgClassName
{
background-color: #A45F31;
}
</style>
border-color css
<style>
span { border-color: #A45F31; }
span { border-color: rgb(164,95,49); }
td.TdClassName
{
border-color: #A45F31;
}
.TagClassName
{
border-color: #A45F31;
}
</style>