Shades of Mai Tai #A8672A
Tints of Mai Tai #A8672A
RGB
CMYK
RGB Variations
Color information
#A8672A (or 0xA8672A) is known color: Mai Tai. HEX triplet: A8, 67 and 2A. RGB value is (168,103,42). Sum of RGB (Red+Green+Blue) = 168+103+42=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8672A is #5798D5. Grayscale: #737373. Windows color (decimal): -5740758 or 2779048. OLE color: 2779048.
HSL color Cylindrical-coordinate representation of color #A8672A: hue angle of 29.05º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8672A is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 42 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.34 |
| HSL | 29.05º | 0.6% | 0.41% | - |
| HSV(B) | 29.05º | 0.75% | 0.66% | - |
| XYZ | 21.42 | 18.19 | 4.57 | - |
| YUV | 115.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 42 | 0 | 0.39 | 0.75 | 0.34 | 29.05 | 0.6 | 0.41 |
| Hex | A8 | 67 | 2A | 0 | 27 | 4B | 22 | 1D | 3C | 29 |
| Octal | 250 | 147 | 52 | 0 | 47 | 113 | 42 | 35 | 74 | 51 |
| Binary | 10101000 | 1100111 | 101010 | 0 | 100111 | 1001011 | 100010 | 11101 | 111100 | 101001 |
Color Harmonies of #A8672A
Complementary color
Monochromatic Colors of #A8672A
Black with #A8672A
Text Example
Text Example
White with #A8672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8672A; }
p { color: rgb(168,103,42); }
H1.HeaderClassName
{
color: #A8672A;
}
.AnyTagClassName
{
color: #A8672A;
}
</style>
background-color css
<style>
a { background-color: #A8672A; }
a { background-color: rgb(168,103,42); }
div.DivClassName
{
background-color: #A8672A;
}
.BgClassName
{
background-color: #A8672A;
}
</style>
border-color css
<style>
span { border-color: #A8672A; }
span { border-color: rgb(168,103,42); }
td.TdClassName
{
border-color: #A8672A;
}
.TagClassName
{
border-color: #A8672A;
}
</style>