#AD7839

Color #AD7839 Mandalay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandalay #AD7839

Tints of Mandalay #AD7839

Color information

#AD7839 (or 0xAD7839) is unknown color: approx Mandalay. HEX triplet: AD, 78 and 39. RGB value is (173,120,57). Sum of RGB (Red+Green+Blue) = 173+120+57=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7839 is #5287C6. Grayscale: #808080. Windows color (decimal): -5408711 or 3766445. OLE color: 3766445.

HSL color Cylindrical-coordinate representation of color #AD7839: hue angle of 32.59º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD7839 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB17312057-
CMYK00.310.670.32
HSL32.59º50.43%45.1%-
HSV(B)32.59º67.05%67.84%-
XYZ24.6922.616.93-
YUV128.6687.56159.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 49.43%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 57 (22.66% from 255) = 16.29%
R=49.43%
G=34.29%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731205700.310.670.3232.5950.4345.1
HexAD783901F432021322d
Octal2551707103710340416255
Binary1010110111110001110010111111000011100000100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7839; }

 p { color: rgb(173,120,57); }

 H1.HeaderClassName
 {
   color: #AD7839;
 }
 .AnyTagClassName
 {
   color: #AD7839;
 }
</style>
background-color css

<style>
 a { background-color: #AD7839; }

 a { background-color: rgb(173,120,57); }

 div.DivClassName
 {
   background-color: #AD7839;
 }
 .BgClassName
 {
   background-color: #AD7839;
 }
</style>
border-color css

<style>
 span { border-color: #AD7839; }

 span { border-color: rgb(173,120,57); }

 td.TdClassName
 {
   border-color: #AD7839;
 }
 .TagClassName
 {
   border-color: #AD7839;
 }
</style>