Shades of Mandalay #AC7D31
Tints of Mandalay #AC7D31
RGB
CMYK
RGB Variations
Color information
#AC7D31 (or 0xAC7D31) is known color: Mandalay. HEX triplet: AC, 7D and 31. RGB value is (172,125,49). Sum of RGB (Red+Green+Blue) = 172+125+49=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D31 is #5382CE. Grayscale: #828282. Windows color (decimal): -5472975 or 3243436. OLE color: 3243436.
HSL color Cylindrical-coordinate representation of color #AC7D31: hue angle of 37.07º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC7D31 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 49 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.33 |
| HSL | 37.07º | 0.56% | 0.43% | - |
| HSV(B) | 37.07º | 0.72% | 0.67% | - |
| XYZ | 24.9 | 23.66 | 6.16 | - |
| YUV | 130.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 49 | 0 | 0.27 | 0.72 | 0.33 | 37.07 | 0.56 | 0.43 |
| Hex | AC | 7D | 31 | 0 | 1B | 48 | 21 | 25 | 38 | 2B |
| Octal | 254 | 175 | 61 | 0 | 33 | 110 | 41 | 45 | 70 | 53 |
| Binary | 10101100 | 1111101 | 110001 | 0 | 11011 | 1001000 | 100001 | 100101 | 111000 | 101011 |
Color Harmonies of #AC7D31
Complementary color
Monochromatic Colors of #AC7D31
Black with #AC7D31
Text Example
Text Example
White with #AC7D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D31; }
p { color: rgb(172,125,49); }
H1.HeaderClassName
{
color: #AC7D31;
}
.AnyTagClassName
{
color: #AC7D31;
}
</style>
background-color css
<style>
a { background-color: #AC7D31; }
a { background-color: rgb(172,125,49); }
div.DivClassName
{
background-color: #AC7D31;
}
.BgClassName
{
background-color: #AC7D31;
}
</style>
border-color css
<style>
span { border-color: #AC7D31; }
span { border-color: rgb(172,125,49); }
td.TdClassName
{
border-color: #AC7D31;
}
.TagClassName
{
border-color: #AC7D31;
}
</style>