Shades of Mai Tai #A55E2F
Tints of Mai Tai #A55E2F
RGB
CMYK
RGB Variations
Color information
#A55E2F (or 0xA55E2F) is known color: Mai Tai. HEX triplet: A5, 5E and 2F. RGB value is (165,94,47). Sum of RGB (Red+Green+Blue) = 165+94+47=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E2F is #5AA1D0. Grayscale: #6E6E6E. Windows color (decimal): -5939665 or 3104421. OLE color: 3104421.
HSL color Cylindrical-coordinate representation of color #A55E2F: hue angle of 23.9º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A55E2F is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 47 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.35 |
| HSL | 23.9º | 0.56% | 0.42% | - |
| HSV(B) | 23.9º | 0.72% | 0.65% | - |
| XYZ | 20.03 | 16.21 | 4.76 | - |
| YUV | 109.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 47 | 0 | 0.43 | 0.72 | 0.35 | 23.9 | 0.56 | 0.42 |
| Hex | A5 | 5E | 2F | 0 | 2B | 48 | 23 | 18 | 38 | 2A |
| Octal | 245 | 136 | 57 | 0 | 53 | 110 | 43 | 30 | 70 | 52 |
| Binary | 10100101 | 1011110 | 101111 | 0 | 101011 | 1001000 | 100011 | 11000 | 111000 | 101010 |
Color Harmonies of #A55E2F
Complementary color
Monochromatic Colors of #A55E2F
Black with #A55E2F
Text Example
Text Example
White with #A55E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E2F; }
p { color: rgb(165,94,47); }
H1.HeaderClassName
{
color: #A55E2F;
}
.AnyTagClassName
{
color: #A55E2F;
}
</style>
background-color css
<style>
a { background-color: #A55E2F; }
a { background-color: rgb(165,94,47); }
div.DivClassName
{
background-color: #A55E2F;
}
.BgClassName
{
background-color: #A55E2F;
}
</style>
border-color css
<style>
span { border-color: #A55E2F; }
span { border-color: rgb(165,94,47); }
td.TdClassName
{
border-color: #A55E2F;
}
.TagClassName
{
border-color: #A55E2F;
}
</style>