Shades of Mai Tai #A25F2B
Tints of Mai Tai #A25F2B
RGB
CMYK
RGB Variations
Color information
#A25F2B (or 0xA25F2B) is known color: Mai Tai. HEX triplet: A2, 5F and 2B. RGB value is (162,95,43). Sum of RGB (Red+Green+Blue) = 162+95+43=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F2B is #5DA0D4. Grayscale: #6D6D6D. Windows color (decimal): -6136021 or 2842530. OLE color: 2842530.
HSL color Cylindrical-coordinate representation of color #A25F2B: hue angle of 26.22º degrees, saturation: 0.58, 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 #A25F2B is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 43 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.36 |
| HSL | 26.22º | 0.58% | 0.4% | - |
| HSV(B) | 26.22º | 0.73% | 0.64% | - |
| XYZ | 19.43 | 16.04 | 4.36 | - |
| YUV | 109.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 43 | 0 | 0.41 | 0.73 | 0.36 | 26.22 | 0.58 | 0.4 |
| Hex | A2 | 5F | 2B | 0 | 29 | 49 | 24 | 1A | 3A | 28 |
| Octal | 242 | 137 | 53 | 0 | 51 | 111 | 44 | 32 | 72 | 50 |
| Binary | 10100010 | 1011111 | 101011 | 0 | 101001 | 1001001 | 100100 | 11010 | 111010 | 101000 |
Color Harmonies of #A25F2B
Complementary color
Monochromatic Colors of #A25F2B
Black with #A25F2B
Text Example
Text Example
White with #A25F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F2B; }
p { color: rgb(162,95,43); }
H1.HeaderClassName
{
color: #A25F2B;
}
.AnyTagClassName
{
color: #A25F2B;
}
</style>
background-color css
<style>
a { background-color: #A25F2B; }
a { background-color: rgb(162,95,43); }
div.DivClassName
{
background-color: #A25F2B;
}
.BgClassName
{
background-color: #A25F2B;
}
</style>
border-color css
<style>
span { border-color: #A25F2B; }
span { border-color: rgb(162,95,43); }
td.TdClassName
{
border-color: #A25F2B;
}
.TagClassName
{
border-color: #A25F2B;
}
</style>