Shades of Mai Tai #A9672B
Tints of Mai Tai #A9672B
RGB
CMYK
RGB Variations
Color information
#A9672B (or 0xA9672B) is known color: Mai Tai. HEX triplet: A9, 67 and 2B. RGB value is (169,103,43). Sum of RGB (Red+Green+Blue) = 169+103+43=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A9672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9672B is #5698D4. Grayscale: #747474. Windows color (decimal): -5675221 or 2844585. OLE color: 2844585.
HSL color Cylindrical-coordinate representation of color #A9672B: hue angle of 28.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9672B is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 103 | 43 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.34 |
| HSL | 28.57º | 0.59% | 0.42% | - |
| HSV(B) | 28.57º | 0.75% | 0.66% | - |
| XYZ | 21.65 | 18.31 | 4.68 | - |
| YUV | 115.89 | 86.87 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 43 | 0 | 0.39 | 0.75 | 0.34 | 28.57 | 0.59 | 0.42 |
| Hex | A9 | 67 | 2B | 0 | 27 | 4B | 22 | 1D | 3B | 2A |
| Octal | 251 | 147 | 53 | 0 | 47 | 113 | 42 | 35 | 73 | 52 |
| Binary | 10101001 | 1100111 | 101011 | 0 | 100111 | 1001011 | 100010 | 11101 | 111011 | 101010 |
Color Harmonies of #A9672B
Complementary color
Monochromatic Colors of #A9672B
Black with #A9672B
Text Example
Text Example
White with #A9672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9672B; }
p { color: rgb(169,103,43); }
H1.HeaderClassName
{
color: #A9672B;
}
.AnyTagClassName
{
color: #A9672B;
}
</style>
background-color css
<style>
a { background-color: #A9672B; }
a { background-color: rgb(169,103,43); }
div.DivClassName
{
background-color: #A9672B;
}
.BgClassName
{
background-color: #A9672B;
}
</style>
border-color css
<style>
span { border-color: #A9672B; }
span { border-color: rgb(169,103,43); }
td.TdClassName
{
border-color: #A9672B;
}
.TagClassName
{
border-color: #A9672B;
}
</style>