Shades of Mai Tai #AC632F
Tints of Mai Tai #AC632F
RGB
CMYK
RGB Variations
Color information
#AC632F (or 0xAC632F) is known color: Mai Tai. HEX triplet: AC, 63 and 2F. RGB value is (172,99,47). Sum of RGB (Red+Green+Blue) = 172+99+47=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC632F is #539CD0. Grayscale: #737373. Windows color (decimal): -5479633 or 3105708. OLE color: 3105708.
HSL color Cylindrical-coordinate representation of color #AC632F: hue angle of 24.96º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC632F is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 47 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.33 |
| HSL | 24.96º | 0.57% | 0.43% | - |
| HSV(B) | 24.96º | 0.73% | 0.67% | - |
| XYZ | 21.99 | 17.9 | 4.99 | - |
| YUV | 114.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 47 | 0 | 0.42 | 0.73 | 0.33 | 24.96 | 0.57 | 0.43 |
| Hex | AC | 63 | 2F | 0 | 2A | 49 | 21 | 19 | 39 | 2B |
| Octal | 254 | 143 | 57 | 0 | 52 | 111 | 41 | 31 | 71 | 53 |
| Binary | 10101100 | 1100011 | 101111 | 0 | 101010 | 1001001 | 100001 | 11001 | 111001 | 101011 |
Color Harmonies of #AC632F
Complementary color
Monochromatic Colors of #AC632F
Black with #AC632F
Text Example
Text Example
White with #AC632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC632F; }
p { color: rgb(172,99,47); }
H1.HeaderClassName
{
color: #AC632F;
}
.AnyTagClassName
{
color: #AC632F;
}
</style>
background-color css
<style>
a { background-color: #AC632F; }
a { background-color: rgb(172,99,47); }
div.DivClassName
{
background-color: #AC632F;
}
.BgClassName
{
background-color: #AC632F;
}
</style>
border-color css
<style>
span { border-color: #AC632F; }
span { border-color: rgb(172,99,47); }
td.TdClassName
{
border-color: #AC632F;
}
.TagClassName
{
border-color: #AC632F;
}
</style>