Shades of Mandalay #AD7A3E
Tints of Mandalay #AD7A3E
RGB
CMYK
RGB Variations
Color information
#AD7A3E (or 0xAD7A3E) is known color: Mandalay. HEX triplet: AD, 7A and 3E. RGB value is (173,122,62). Sum of RGB (Red+Green+Blue) = 173+122+62=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A3E is #5285C1. Grayscale: #828282. Windows color (decimal): -5408194 or 4094637. OLE color: 4094637.
HSL color Cylindrical-coordinate representation of color #AD7A3E: hue angle of 32.43º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD7A3E is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 62 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.32 |
| HSL | 32.43º | 0.47% | 0.46% | - |
| HSV(B) | 32.43º | 0.64% | 0.68% | - |
| XYZ | 25.06 | 23.15 | 7.71 | - |
| YUV | 130.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 62 | 0 | 0.29 | 0.64 | 0.32 | 32.43 | 0.47 | 0.46 |
| Hex | AD | 7A | 3E | 0 | 1D | 40 | 20 | 20 | 2F | 2E |
| Octal | 255 | 172 | 76 | 0 | 35 | 100 | 40 | 40 | 57 | 56 |
| Binary | 10101101 | 1111010 | 111110 | 0 | 11101 | 1000000 | 100000 | 100000 | 101111 | 101110 |
Color Harmonies of #AD7A3E
Complementary color
Monochromatic Colors of #AD7A3E
Black with #AD7A3E
Text Example
Text Example
White with #AD7A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A3E; }
p { color: rgb(173,122,62); }
H1.HeaderClassName
{
color: #AD7A3E;
}
.AnyTagClassName
{
color: #AD7A3E;
}
</style>
background-color css
<style>
a { background-color: #AD7A3E; }
a { background-color: rgb(173,122,62); }
div.DivClassName
{
background-color: #AD7A3E;
}
.BgClassName
{
background-color: #AD7A3E;
}
</style>
border-color css
<style>
span { border-color: #AD7A3E; }
span { border-color: rgb(173,122,62); }
td.TdClassName
{
border-color: #AD7A3E;
}
.TagClassName
{
border-color: #AD7A3E;
}
</style>