Shades of Mandalay #AC7A3E
Tints of Mandalay #AC7A3E
RGB
CMYK
RGB Variations
Color information
#AC7A3E (or 0xAC7A3E) is known color: Mandalay. HEX triplet: AC, 7A and 3E. RGB value is (172,122,62). Sum of RGB (Red+Green+Blue) = 172+122+62=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A3E is #5385C1. Grayscale: #828282. Windows color (decimal): -5473730 or 4094636. OLE color: 4094636.
HSL color Cylindrical-coordinate representation of color #AC7A3E: hue angle of 32.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC7A3E is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 62 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.33 |
| HSL | 32.73º | 0.47% | 0.46% | - |
| HSV(B) | 32.73º | 0.64% | 0.67% | - |
| XYZ | 24.84 | 23.04 | 7.69 | - |
| YUV | 130.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 62 | 0 | 0.29 | 0.64 | 0.33 | 32.73 | 0.47 | 0.46 |
| Hex | AC | 7A | 3E | 0 | 1D | 40 | 21 | 21 | 2F | 2E |
| Octal | 254 | 172 | 76 | 0 | 35 | 100 | 41 | 41 | 57 | 56 |
| Binary | 10101100 | 1111010 | 111110 | 0 | 11101 | 1000000 | 100001 | 100001 | 101111 | 101110 |
Color Harmonies of #AC7A3E
Complementary color
Monochromatic Colors of #AC7A3E
Black with #AC7A3E
Text Example
Text Example
White with #AC7A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A3E; }
p { color: rgb(172,122,62); }
H1.HeaderClassName
{
color: #AC7A3E;
}
.AnyTagClassName
{
color: #AC7A3E;
}
</style>
background-color css
<style>
a { background-color: #AC7A3E; }
a { background-color: rgb(172,122,62); }
div.DivClassName
{
background-color: #AC7A3E;
}
.BgClassName
{
background-color: #AC7A3E;
}
</style>
border-color css
<style>
span { border-color: #AC7A3E; }
span { border-color: rgb(172,122,62); }
td.TdClassName
{
border-color: #AC7A3E;
}
.TagClassName
{
border-color: #AC7A3E;
}
</style>