Shades of Mai Tai #AC652D
Tints of Mai Tai #AC652D
RGB
CMYK
RGB Variations
Color information
#AC652D (or 0xAC652D) is known color: Mai Tai. HEX triplet: AC, 65 and 2D. RGB value is (172,101,45). Sum of RGB (Red+Green+Blue) = 172+101+45=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC652D is #539AD2. Grayscale: #747474. Windows color (decimal): -5479123 or 2975148. OLE color: 2975148.
HSL color Cylindrical-coordinate representation of color #AC652D: hue angle of 26.46º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC652D is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 45 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.33 |
| HSL | 26.46º | 0.59% | 0.43% | - |
| HSV(B) | 26.46º | 0.74% | 0.67% | - |
| XYZ | 22.14 | 18.27 | 4.84 | - |
| YUV | 115.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 45 | 0 | 0.41 | 0.74 | 0.33 | 26.46 | 0.59 | 0.43 |
| Hex | AC | 65 | 2D | 0 | 29 | 4A | 21 | 1A | 3B | 2B |
| Octal | 254 | 145 | 55 | 0 | 51 | 112 | 41 | 32 | 73 | 53 |
| Binary | 10101100 | 1100101 | 101101 | 0 | 101001 | 1001010 | 100001 | 11010 | 111011 | 101011 |
Color Harmonies of #AC652D
Complementary color
Monochromatic Colors of #AC652D
Black with #AC652D
Text Example
Text Example
White with #AC652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC652D; }
p { color: rgb(172,101,45); }
H1.HeaderClassName
{
color: #AC652D;
}
.AnyTagClassName
{
color: #AC652D;
}
</style>
background-color css
<style>
a { background-color: #AC652D; }
a { background-color: rgb(172,101,45); }
div.DivClassName
{
background-color: #AC652D;
}
.BgClassName
{
background-color: #AC652D;
}
</style>
border-color css
<style>
span { border-color: #AC652D; }
span { border-color: rgb(172,101,45); }
td.TdClassName
{
border-color: #AC652D;
}
.TagClassName
{
border-color: #AC652D;
}
</style>