Shades of Mai Tai #A25E2F
Tints of Mai Tai #A25E2F
RGB
CMYK
RGB Variations
Color information
#A25E2F (or 0xA25E2F) is known color: Mai Tai. HEX triplet: A2, 5E and 2F. RGB value is (162,94,47). Sum of RGB (Red+Green+Blue) = 162+94+47=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E2F is #5DA1D0. Grayscale: #6D6D6D. Windows color (decimal): -6136273 or 3104418. OLE color: 3104418.
HSL color Cylindrical-coordinate representation of color #A25E2F: hue angle of 24.52º 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 #A25E2F is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 47 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.36 |
| HSL | 24.52º | 0.55% | 0.41% | - |
| HSV(B) | 24.52º | 0.71% | 0.64% | - |
| XYZ | 19.42 | 15.89 | 4.73 | - |
| YUV | 108.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 47 | 0 | 0.42 | 0.71 | 0.36 | 24.52 | 0.55 | 0.41 |
| Hex | A2 | 5E | 2F | 0 | 2A | 47 | 24 | 19 | 37 | 29 |
| Octal | 242 | 136 | 57 | 0 | 52 | 107 | 44 | 31 | 67 | 51 |
| Binary | 10100010 | 1011110 | 101111 | 0 | 101010 | 1000111 | 100100 | 11001 | 110111 | 101001 |
Color Harmonies of #A25E2F
Complementary color
Monochromatic Colors of #A25E2F
Black with #A25E2F
Text Example
Text Example
White with #A25E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E2F; }
p { color: rgb(162,94,47); }
H1.HeaderClassName
{
color: #A25E2F;
}
.AnyTagClassName
{
color: #A25E2F;
}
</style>
background-color css
<style>
a { background-color: #A25E2F; }
a { background-color: rgb(162,94,47); }
div.DivClassName
{
background-color: #A25E2F;
}
.BgClassName
{
background-color: #A25E2F;
}
</style>
border-color css
<style>
span { border-color: #A25E2F; }
span { border-color: rgb(162,94,47); }
td.TdClassName
{
border-color: #A25E2F;
}
.TagClassName
{
border-color: #A25E2F;
}
</style>