Shades of Mai Tai #A45F26
Tints of Mai Tai #A45F26
RGB
CMYK
RGB Variations
Color information
#A45F26 (or 0xA45F26) is known color: Mai Tai. HEX triplet: A4, 5F and 26. RGB value is (164,95,38). Sum of RGB (Red+Green+Blue) = 164+95+38=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45F26 is #5BA0D9. Grayscale: #6D6D6D. Windows color (decimal): -6004954 or 2514852. OLE color: 2514852.
HSL color Cylindrical-coordinate representation of color #A45F26: hue angle of 27.14º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A45F26 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 38 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.36 |
| HSL | 27.14º | 0.62% | 0.4% | - |
| HSV(B) | 27.14º | 0.77% | 0.64% | - |
| XYZ | 19.75 | 16.22 | 3.92 | - |
| YUV | 109.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 38 | 0 | 0.42 | 0.77 | 0.36 | 27.14 | 0.62 | 0.4 |
| Hex | A4 | 5F | 26 | 0 | 2A | 4D | 24 | 1B | 3E | 28 |
| Octal | 244 | 137 | 46 | 0 | 52 | 115 | 44 | 33 | 76 | 50 |
| Binary | 10100100 | 1011111 | 100110 | 0 | 101010 | 1001101 | 100100 | 11011 | 111110 | 101000 |
Color Harmonies of #A45F26
Complementary color
Monochromatic Colors of #A45F26
Black with #A45F26
Text Example
Text Example
White with #A45F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F26; }
p { color: rgb(164,95,38); }
H1.HeaderClassName
{
color: #A45F26;
}
.AnyTagClassName
{
color: #A45F26;
}
</style>
background-color css
<style>
a { background-color: #A45F26; }
a { background-color: rgb(164,95,38); }
div.DivClassName
{
background-color: #A45F26;
}
.BgClassName
{
background-color: #A45F26;
}
</style>
border-color css
<style>
span { border-color: #A45F26; }
span { border-color: rgb(164,95,38); }
td.TdClassName
{
border-color: #A45F26;
}
.TagClassName
{
border-color: #A45F26;
}
</style>