Shades of Mandalay #AC7B3C
Tints of Mandalay #AC7B3C
RGB
CMYK
RGB Variations
Color information
#AC7B3C (or 0xAC7B3C) is known color: Mandalay. HEX triplet: AC, 7B and 3C. RGB value is (172,123,60). Sum of RGB (Red+Green+Blue) = 172+123+60=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B3C is #5384C3. Grayscale: #828282. Windows color (decimal): -5473476 or 3963820. OLE color: 3963820.
HSL color Cylindrical-coordinate representation of color #AC7B3C: hue angle of 33.75º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC7B3C is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 60 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.33 |
| HSL | 33.75º | 0.48% | 0.45% | - |
| HSV(B) | 33.75º | 0.65% | 0.67% | - |
| XYZ | 24.91 | 23.26 | 7.45 | - |
| YUV | 130.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 60 | 0 | 0.28 | 0.65 | 0.33 | 33.75 | 0.48 | 0.45 |
| Hex | AC | 7B | 3C | 0 | 1C | 41 | 21 | 22 | 30 | 2D |
| Octal | 254 | 173 | 74 | 0 | 34 | 101 | 41 | 42 | 60 | 55 |
| Binary | 10101100 | 1111011 | 111100 | 0 | 11100 | 1000001 | 100001 | 100010 | 110000 | 101101 |
Color Harmonies of #AC7B3C
Complementary color
Monochromatic Colors of #AC7B3C
Black with #AC7B3C
Text Example
Text Example
White with #AC7B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B3C; }
p { color: rgb(172,123,60); }
H1.HeaderClassName
{
color: #AC7B3C;
}
.AnyTagClassName
{
color: #AC7B3C;
}
</style>
background-color css
<style>
a { background-color: #AC7B3C; }
a { background-color: rgb(172,123,60); }
div.DivClassName
{
background-color: #AC7B3C;
}
.BgClassName
{
background-color: #AC7B3C;
}
</style>
border-color css
<style>
span { border-color: #AC7B3C; }
span { border-color: rgb(172,123,60); }
td.TdClassName
{
border-color: #AC7B3C;
}
.TagClassName
{
border-color: #AC7B3C;
}
</style>