Shades of Mai Tai #A85F2B
Tints of Mai Tai #A85F2B
RGB
CMYK
RGB Variations
Color information
#A85F2B (or 0xA85F2B) is known color: Mai Tai. HEX triplet: A8, 5F and 2B. RGB value is (168,95,43). Sum of RGB (Red+Green+Blue) = 168+95+43=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85F2B is #57A0D4. Grayscale: #6F6F6F. Windows color (decimal): -5742805 or 2842536. OLE color: 2842536.
HSL color Cylindrical-coordinate representation of color #A85F2B: hue angle of 24.96º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A85F2B is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 43 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.34 |
| HSL | 24.96º | 0.59% | 0.41% | - |
| HSV(B) | 24.96º | 0.74% | 0.66% | - |
| XYZ | 20.68 | 16.68 | 4.42 | - |
| YUV | 110.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 43 | 0 | 0.43 | 0.74 | 0.34 | 24.96 | 0.59 | 0.41 |
| Hex | A8 | 5F | 2B | 0 | 2B | 4A | 22 | 19 | 3B | 29 |
| Octal | 250 | 137 | 53 | 0 | 53 | 112 | 42 | 31 | 73 | 51 |
| Binary | 10101000 | 1011111 | 101011 | 0 | 101011 | 1001010 | 100010 | 11001 | 111011 | 101001 |
Color Harmonies of #A85F2B
Complementary color
Monochromatic Colors of #A85F2B
Black with #A85F2B
Text Example
Text Example
White with #A85F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F2B; }
p { color: rgb(168,95,43); }
H1.HeaderClassName
{
color: #A85F2B;
}
.AnyTagClassName
{
color: #A85F2B;
}
</style>
background-color css
<style>
a { background-color: #A85F2B; }
a { background-color: rgb(168,95,43); }
div.DivClassName
{
background-color: #A85F2B;
}
.BgClassName
{
background-color: #A85F2B;
}
</style>
border-color css
<style>
span { border-color: #A85F2B; }
span { border-color: rgb(168,95,43); }
td.TdClassName
{
border-color: #A85F2B;
}
.TagClassName
{
border-color: #A85F2B;
}
</style>