Shades of Mai Tai #A95D2B
Tints of Mai Tai #A95D2B
RGB
CMYK
RGB Variations
Color information
#A95D2B (or 0xA95D2B) is known color: Mai Tai. HEX triplet: A9, 5D and 2B. RGB value is (169,93,43). Sum of RGB (Red+Green+Blue) = 169+93+43=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95D2B is #56A2D4. Grayscale: #6E6E6E. Windows color (decimal): -5677781 or 2842025. OLE color: 2842025.
HSL color Cylindrical-coordinate representation of color #A95D2B: hue angle of 23.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A95D2B is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 93 | 43 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.34 |
| HSL | 23.81º | 0.59% | 0.42% | - |
| HSV(B) | 23.81º | 0.75% | 0.66% | - |
| XYZ | 20.71 | 16.44 | 4.37 | - |
| YUV | 110.02 | 90.18 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 43 | 0 | 0.45 | 0.75 | 0.34 | 23.81 | 0.59 | 0.42 |
| Hex | A9 | 5D | 2B | 0 | 2D | 4B | 22 | 18 | 3B | 2A |
| Octal | 251 | 135 | 53 | 0 | 55 | 113 | 42 | 30 | 73 | 52 |
| Binary | 10101001 | 1011101 | 101011 | 0 | 101101 | 1001011 | 100010 | 11000 | 111011 | 101010 |
Color Harmonies of #A95D2B
Complementary color
Monochromatic Colors of #A95D2B
Black with #A95D2B
Text Example
Text Example
White with #A95D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95D2B; }
p { color: rgb(169,93,43); }
H1.HeaderClassName
{
color: #A95D2B;
}
.AnyTagClassName
{
color: #A95D2B;
}
</style>
background-color css
<style>
a { background-color: #A95D2B; }
a { background-color: rgb(169,93,43); }
div.DivClassName
{
background-color: #A95D2B;
}
.BgClassName
{
background-color: #A95D2B;
}
</style>
border-color css
<style>
span { border-color: #A95D2B; }
span { border-color: rgb(169,93,43); }
td.TdClassName
{
border-color: #A95D2B;
}
.TagClassName
{
border-color: #A95D2B;
}
</style>