Shades of Mai Tai #A55D27
Tints of Mai Tai #A55D27
RGB
CMYK
RGB Variations
Color information
#A55D27 (or 0xA55D27) is known color: Mai Tai. HEX triplet: A5, 5D and 27. RGB value is (165,93,39). Sum of RGB (Red+Green+Blue) = 165+93+39=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D27 is #5AA2D8. Grayscale: #6C6C6C. Windows color (decimal): -5939929 or 2579877. OLE color: 2579877.
HSL color Cylindrical-coordinate representation of color #A55D27: hue angle of 25.71º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A55D27 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 93 | 39 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.35 |
| HSL | 25.71º | 0.62% | 0.4% | - |
| HSV(B) | 25.71º | 0.76% | 0.65% | - |
| XYZ | 19.8 | 15.97 | 3.96 | - |
| YUV | 108.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 39 | 0 | 0.44 | 0.76 | 0.35 | 25.71 | 0.62 | 0.4 |
| Hex | A5 | 5D | 27 | 0 | 2C | 4C | 23 | 1A | 3E | 28 |
| Octal | 245 | 135 | 47 | 0 | 54 | 114 | 43 | 32 | 76 | 50 |
| Binary | 10100101 | 1011101 | 100111 | 0 | 101100 | 1001100 | 100011 | 11010 | 111110 | 101000 |
Color Harmonies of #A55D27
Complementary color
Monochromatic Colors of #A55D27
Black with #A55D27
Text Example
Text Example
White with #A55D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55D27; }
p { color: rgb(165,93,39); }
H1.HeaderClassName
{
color: #A55D27;
}
.AnyTagClassName
{
color: #A55D27;
}
</style>
background-color css
<style>
a { background-color: #A55D27; }
a { background-color: rgb(165,93,39); }
div.DivClassName
{
background-color: #A55D27;
}
.BgClassName
{
background-color: #A55D27;
}
</style>
border-color css
<style>
span { border-color: #A55D27; }
span { border-color: rgb(165,93,39); }
td.TdClassName
{
border-color: #A55D27;
}
.TagClassName
{
border-color: #A55D27;
}
</style>