#AD7D2F

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

Shades of Mandalay #AD7D2F

Tints of Mandalay #AD7D2F

Color information

#AD7D2F (or 0xAD7D2F) is unknown color: approx Mandalay. HEX triplet: AD, 7D and 2F. RGB value is (173,125,47). Sum of RGB (Red+Green+Blue) = 173+125+47=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D2F is #5282D0. Grayscale: #828282. Windows color (decimal): -5407441 or 3112365. OLE color: 3112365.

HSL color Cylindrical-coordinate representation of color #AD7D2F: hue angle of 37.14º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD7D2F is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB17312547-
CMYK00.280.730.32
HSL37.14º57.27%43.14%-
HSV(B)37.14º72.83%67.84%-
XYZ25.0823.765.95-
YUV130.4680.9158.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 125 (49.22% from 255) = 36.23%
BLUE value IS 47 (18.75% from 255) = 13.62%
R=50.14%
G=36.23%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731254700.280.730.3237.1457.2743.14
HexAD7D2F01C492025392b
Octal2551755703411140457153
Binary1010110111111011011110111001001001100000100101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7D2F; }

 p { color: rgb(173,125,47); }

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

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

 a { background-color: rgb(173,125,47); }

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

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

 span { border-color: rgb(173,125,47); }

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