Shades of Mai Tai #A1602F
Tints of Mai Tai #A1602F
RGB
CMYK
RGB Variations
Color information
#A1602F (or 0xA1602F) is known color: Mai Tai. HEX triplet: A1, 60 and 2F. RGB value is (161,96,47). Sum of RGB (Red+Green+Blue) = 161+96+47=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1602F is #5E9FD0. Grayscale: #6E6E6E. Windows color (decimal): -6201297 or 3104929. OLE color: 3104929.
HSL color Cylindrical-coordinate representation of color #A1602F: hue angle of 25.79º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1602F is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 47 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.37 |
| HSL | 25.79º | 0.55% | 0.41% | - |
| HSV(B) | 25.79º | 0.71% | 0.63% | - |
| XYZ | 19.39 | 16.15 | 4.78 | - |
| YUV | 109.85 | 92.53 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 47 | 0 | 0.40 | 0.71 | 0.37 | 25.79 | 0.55 | 0.41 |
| Hex | A1 | 60 | 2F | 0 | 28 | 47 | 25 | 1A | 37 | 29 |
| Octal | 241 | 140 | 57 | 0 | 50 | 107 | 45 | 32 | 67 | 51 |
| Binary | 10100001 | 1100000 | 101111 | 0 | 101000 | 1000111 | 100101 | 11010 | 110111 | 101001 |
Color Harmonies of #A1602F
Complementary color
Monochromatic Colors of #A1602F
Black with #A1602F
Text Example
Text Example
White with #A1602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1602F; }
p { color: rgb(161,96,47); }
H1.HeaderClassName
{
color: #A1602F;
}
.AnyTagClassName
{
color: #A1602F;
}
</style>
background-color css
<style>
a { background-color: #A1602F; }
a { background-color: rgb(161,96,47); }
div.DivClassName
{
background-color: #A1602F;
}
.BgClassName
{
background-color: #A1602F;
}
</style>
border-color css
<style>
span { border-color: #A1602F; }
span { border-color: rgb(161,96,47); }
td.TdClassName
{
border-color: #A1602F;
}
.TagClassName
{
border-color: #A1602F;
}
</style>