Shades of Mai Tai #A5682F
Tints of Mai Tai #A5682F
RGB
CMYK
RGB Variations
Color information
#A5682F (or 0xA5682F) is known color: Mai Tai. HEX triplet: A5, 68 and 2F. RGB value is (165,104,47). Sum of RGB (Red+Green+Blue) = 165+104+47=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A5682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5682F is #5A97D0. Grayscale: #747474. Windows color (decimal): -5937105 or 3106981. OLE color: 3106981.
HSL color Cylindrical-coordinate representation of color #A5682F: hue angle of 28.98º 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 #A5682F is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 104 | 47 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.35 |
| HSL | 28.98º | 0.56% | 0.42% | - |
| HSV(B) | 28.98º | 0.72% | 0.65% | - |
| XYZ | 20.98 | 18.11 | 5.08 | - |
| YUV | 115.74 | 89.21 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 47 | 0 | 0.37 | 0.72 | 0.35 | 28.98 | 0.56 | 0.42 |
| Hex | A5 | 68 | 2F | 0 | 25 | 48 | 23 | 1D | 38 | 2A |
| Octal | 245 | 150 | 57 | 0 | 45 | 110 | 43 | 35 | 70 | 52 |
| Binary | 10100101 | 1101000 | 101111 | 0 | 100101 | 1001000 | 100011 | 11101 | 111000 | 101010 |
Color Harmonies of #A5682F
Complementary color
Monochromatic Colors of #A5682F
Black with #A5682F
Text Example
Text Example
White with #A5682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5682F; }
p { color: rgb(165,104,47); }
H1.HeaderClassName
{
color: #A5682F;
}
.AnyTagClassName
{
color: #A5682F;
}
</style>
background-color css
<style>
a { background-color: #A5682F; }
a { background-color: rgb(165,104,47); }
div.DivClassName
{
background-color: #A5682F;
}
.BgClassName
{
background-color: #A5682F;
}
</style>
border-color css
<style>
span { border-color: #A5682F; }
span { border-color: rgb(165,104,47); }
td.TdClassName
{
border-color: #A5682F;
}
.TagClassName
{
border-color: #A5682F;
}
</style>