Shades of Mai Tai #A25E2C
Tints of Mai Tai #A25E2C
RGB
CMYK
RGB Variations
Color information
#A25E2C (or 0xA25E2C) is known color: Mai Tai. HEX triplet: A2, 5E and 2C. RGB value is (162,94,44). Sum of RGB (Red+Green+Blue) = 162+94+44=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E2C is #5DA1D3. Grayscale: #6C6C6C. Windows color (decimal): -6136276 or 2907810. OLE color: 2907810.
HSL color Cylindrical-coordinate representation of color #A25E2C: hue angle of 25.42º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A25E2C is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 44 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.36 |
| HSL | 25.42º | 0.57% | 0.4% | - |
| HSV(B) | 25.42º | 0.73% | 0.64% | - |
| XYZ | 19.36 | 15.87 | 4.43 | - |
| YUV | 108.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 44 | 0 | 0.42 | 0.73 | 0.36 | 25.42 | 0.57 | 0.4 |
| Hex | A2 | 5E | 2C | 0 | 2A | 49 | 24 | 19 | 39 | 28 |
| Octal | 242 | 136 | 54 | 0 | 52 | 111 | 44 | 31 | 71 | 50 |
| Binary | 10100010 | 1011110 | 101100 | 0 | 101010 | 1001001 | 100100 | 11001 | 111001 | 101000 |
Color Harmonies of #A25E2C
Complementary color
Monochromatic Colors of #A25E2C
Black with #A25E2C
Text Example
Text Example
White with #A25E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E2C; }
p { color: rgb(162,94,44); }
H1.HeaderClassName
{
color: #A25E2C;
}
.AnyTagClassName
{
color: #A25E2C;
}
</style>
background-color css
<style>
a { background-color: #A25E2C; }
a { background-color: rgb(162,94,44); }
div.DivClassName
{
background-color: #A25E2C;
}
.BgClassName
{
background-color: #A25E2C;
}
</style>
border-color css
<style>
span { border-color: #A25E2C; }
span { border-color: rgb(162,94,44); }
td.TdClassName
{
border-color: #A25E2C;
}
.TagClassName
{
border-color: #A25E2C;
}
</style>