Shades of Mai Tai #A8672F
Tints of Mai Tai #A8672F
RGB
CMYK
RGB Variations
Color information
#A8672F (or 0xA8672F) is known color: Mai Tai. HEX triplet: A8, 67 and 2F. RGB value is (168,103,47). Sum of RGB (Red+Green+Blue) = 168+103+47=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A8672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8672F is #5798D0. Grayscale: #747474. Windows color (decimal): -5740753 or 3106728. OLE color: 3106728.
HSL color Cylindrical-coordinate representation of color #A8672F: hue angle of 27.77º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8672F is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 47 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.34 |
| HSL | 27.77º | 0.56% | 0.42% | - |
| HSV(B) | 27.77º | 0.72% | 0.66% | - |
| XYZ | 21.51 | 18.23 | 5.07 | - |
| YUV | 116.05 | 89.03 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 47 | 0 | 0.39 | 0.72 | 0.34 | 27.77 | 0.56 | 0.42 |
| Hex | A8 | 67 | 2F | 0 | 27 | 48 | 22 | 1C | 38 | 2A |
| Octal | 250 | 147 | 57 | 0 | 47 | 110 | 42 | 34 | 70 | 52 |
| Binary | 10101000 | 1100111 | 101111 | 0 | 100111 | 1001000 | 100010 | 11100 | 111000 | 101010 |
Color Harmonies of #A8672F
Complementary color
Monochromatic Colors of #A8672F
Black with #A8672F
Text Example
Text Example
White with #A8672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8672F; }
p { color: rgb(168,103,47); }
H1.HeaderClassName
{
color: #A8672F;
}
.AnyTagClassName
{
color: #A8672F;
}
</style>
background-color css
<style>
a { background-color: #A8672F; }
a { background-color: rgb(168,103,47); }
div.DivClassName
{
background-color: #A8672F;
}
.BgClassName
{
background-color: #A8672F;
}
</style>
border-color css
<style>
span { border-color: #A8672F; }
span { border-color: rgb(168,103,47); }
td.TdClassName
{
border-color: #A8672F;
}
.TagClassName
{
border-color: #A8672F;
}
</style>