Shades of Mai Tai #A2602F
Tints of Mai Tai #A2602F
RGB
CMYK
RGB Variations
Color information
#A2602F (or 0xA2602F) is known color: Mai Tai. HEX triplet: A2, 60 and 2F. RGB value is (162,96,47). Sum of RGB (Red+Green+Blue) = 162+96+47=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2602F is #5D9FD0. Grayscale: #6E6E6E. Windows color (decimal): -6135761 or 3104930. OLE color: 3104930.
HSL color Cylindrical-coordinate representation of color #A2602F: hue angle of 25.57º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2602F is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 47 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.36 |
| HSL | 25.57º | 0.55% | 0.41% | - |
| HSV(B) | 25.57º | 0.71% | 0.64% | - |
| XYZ | 19.6 | 16.25 | 4.79 | - |
| YUV | 110.15 | 92.37 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 47 | 0 | 0.41 | 0.71 | 0.36 | 25.57 | 0.55 | 0.41 |
| Hex | A2 | 60 | 2F | 0 | 29 | 47 | 24 | 1A | 37 | 29 |
| Octal | 242 | 140 | 57 | 0 | 51 | 107 | 44 | 32 | 67 | 51 |
| Binary | 10100010 | 1100000 | 101111 | 0 | 101001 | 1000111 | 100100 | 11010 | 110111 | 101001 |
Color Harmonies of #A2602F
Complementary color
Monochromatic Colors of #A2602F
Black with #A2602F
Text Example
Text Example
White with #A2602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2602F; }
p { color: rgb(162,96,47); }
H1.HeaderClassName
{
color: #A2602F;
}
.AnyTagClassName
{
color: #A2602F;
}
</style>
background-color css
<style>
a { background-color: #A2602F; }
a { background-color: rgb(162,96,47); }
div.DivClassName
{
background-color: #A2602F;
}
.BgClassName
{
background-color: #A2602F;
}
</style>
border-color css
<style>
span { border-color: #A2602F; }
span { border-color: rgb(162,96,47); }
td.TdClassName
{
border-color: #A2602F;
}
.TagClassName
{
border-color: #A2602F;
}
</style>