Shades of Mandalay #AD7B33
Tints of Mandalay #AD7B33
RGB
CMYK
RGB Variations
Color information
#AD7B33 (or 0xAD7B33) is known color: Mandalay. HEX triplet: AD, 7B and 33. RGB value is (173,123,51). Sum of RGB (Red+Green+Blue) = 173+123+51=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B33 is #5284CC. Grayscale: #828282. Windows color (decimal): -5407949 or 3373997. OLE color: 3373997.
HSL color Cylindrical-coordinate representation of color #AD7B33: hue angle of 35.41º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD7B33 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 51 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.32 |
| HSL | 35.41º | 0.54% | 0.44% | - |
| HSV(B) | 35.41º | 0.71% | 0.68% | - |
| XYZ | 24.91 | 23.29 | 6.31 | - |
| YUV | 129.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 51 | 0 | 0.29 | 0.71 | 0.32 | 35.41 | 0.54 | 0.44 |
| Hex | AD | 7B | 33 | 0 | 1D | 47 | 20 | 23 | 36 | 2C |
| Octal | 255 | 173 | 63 | 0 | 35 | 107 | 40 | 43 | 66 | 54 |
| Binary | 10101101 | 1111011 | 110011 | 0 | 11101 | 1000111 | 100000 | 100011 | 110110 | 101100 |
Color Harmonies of #AD7B33
Complementary color
Monochromatic Colors of #AD7B33
Black with #AD7B33
Text Example
Text Example
White with #AD7B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B33; }
p { color: rgb(173,123,51); }
H1.HeaderClassName
{
color: #AD7B33;
}
.AnyTagClassName
{
color: #AD7B33;
}
</style>
background-color css
<style>
a { background-color: #AD7B33; }
a { background-color: rgb(173,123,51); }
div.DivClassName
{
background-color: #AD7B33;
}
.BgClassName
{
background-color: #AD7B33;
}
</style>
border-color css
<style>
span { border-color: #AD7B33; }
span { border-color: rgb(173,123,51); }
td.TdClassName
{
border-color: #AD7B33;
}
.TagClassName
{
border-color: #AD7B33;
}
</style>