Shades of Mai Tai #A2672D
Tints of Mai Tai #A2672D
RGB
CMYK
RGB Variations
Color information
#A2672D (or 0xA2672D) is known color: Mai Tai. HEX triplet: A2, 67 and 2D. RGB value is (162,103,45). Sum of RGB (Red+Green+Blue) = 162+103+45=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2672D is #5D98D2. Grayscale: #727272. Windows color (decimal): -6133971 or 2975650. OLE color: 2975650.
HSL color Cylindrical-coordinate representation of color #A2672D: hue angle of 29.74º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2672D is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 103 | 45 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.36 |
| HSL | 29.74º | 0.57% | 0.41% | - |
| HSV(B) | 29.74º | 0.72% | 0.64% | - |
| XYZ | 20.22 | 17.57 | 4.81 | - |
| YUV | 114.03 | 89.05 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 45 | 0 | 0.36 | 0.72 | 0.36 | 29.74 | 0.57 | 0.41 |
| Hex | A2 | 67 | 2D | 0 | 24 | 48 | 24 | 1E | 39 | 29 |
| Octal | 242 | 147 | 55 | 0 | 44 | 110 | 44 | 36 | 71 | 51 |
| Binary | 10100010 | 1100111 | 101101 | 0 | 100100 | 1001000 | 100100 | 11110 | 111001 | 101001 |
Color Harmonies of #A2672D
Complementary color
Monochromatic Colors of #A2672D
Black with #A2672D
Text Example
Text Example
White with #A2672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2672D; }
p { color: rgb(162,103,45); }
H1.HeaderClassName
{
color: #A2672D;
}
.AnyTagClassName
{
color: #A2672D;
}
</style>
background-color css
<style>
a { background-color: #A2672D; }
a { background-color: rgb(162,103,45); }
div.DivClassName
{
background-color: #A2672D;
}
.BgClassName
{
background-color: #A2672D;
}
</style>
border-color css
<style>
span { border-color: #A2672D; }
span { border-color: rgb(162,103,45); }
td.TdClassName
{
border-color: #A2672D;
}
.TagClassName
{
border-color: #A2672D;
}
</style>