Shades of Mandalay #AD7D38
Tints of Mandalay #AD7D38
RGB
CMYK
RGB Variations
Color information
#AD7D38 (or 0xAD7D38) is known color: Mandalay. HEX triplet: AD, 7D and 38. RGB value is (173,125,56). Sum of RGB (Red+Green+Blue) = 173+125+56=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D38 is #5282C7. Grayscale: #838383. Windows color (decimal): -5407432 or 3702189. OLE color: 3702189.
HSL color Cylindrical-coordinate representation of color #AD7D38: hue angle of 35.38º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD7D38 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 56 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.32 |
| HSL | 35.38º | 0.51% | 0.45% | - |
| HSV(B) | 35.38º | 0.68% | 0.68% | - |
| XYZ | 25.28 | 23.84 | 7.01 | - |
| YUV | 131.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 56 | 0 | 0.28 | 0.68 | 0.32 | 35.38 | 0.51 | 0.45 |
| Hex | AD | 7D | 38 | 0 | 1C | 44 | 20 | 23 | 33 | 2D |
| Octal | 255 | 175 | 70 | 0 | 34 | 104 | 40 | 43 | 63 | 55 |
| Binary | 10101101 | 1111101 | 111000 | 0 | 11100 | 1000100 | 100000 | 100011 | 110011 | 101101 |
Color Harmonies of #AD7D38
Complementary color
Monochromatic Colors of #AD7D38
Black with #AD7D38
Text Example
Text Example
White with #AD7D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D38; }
p { color: rgb(173,125,56); }
H1.HeaderClassName
{
color: #AD7D38;
}
.AnyTagClassName
{
color: #AD7D38;
}
</style>
background-color css
<style>
a { background-color: #AD7D38; }
a { background-color: rgb(173,125,56); }
div.DivClassName
{
background-color: #AD7D38;
}
.BgClassName
{
background-color: #AD7D38;
}
</style>
border-color css
<style>
span { border-color: #AD7D38; }
span { border-color: rgb(173,125,56); }
td.TdClassName
{
border-color: #AD7D38;
}
.TagClassName
{
border-color: #AD7D38;
}
</style>