#AD7F33

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

Shades of Mandalay #AD7F33

Tints of Mandalay #AD7F33

Color information

#AD7F33 (or 0xAD7F33) is unknown color: approx Mandalay. HEX triplet: AD, 7F and 33. RGB value is (173,127,51). Sum of RGB (Red+Green+Blue) = 173+127+51=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F33 is #5280CC. Grayscale: #848484. Windows color (decimal): -5406925 or 3375021. OLE color: 3375021.

HSL color Cylindrical-coordinate representation of color #AD7F33: hue angle of 37.38º 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 #AD7F33 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB17312751-
CMYK00.270.710.32
HSL37.38º54.46%43.92%-
HSV(B)37.38º70.52%67.84%-
XYZ25.4224.36.48-
YUV132.0982.24157.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.29%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 51 (20.31% from 255) = 14.53%
R=49.29%
G=36.18%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731275100.270.710.3237.3854.4643.92
HexAD7F3301B472025362c
Octal2551776303310740456654
Binary1010110111111111100110110111000111100000100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F33; }

 p { color: rgb(173,127,51); }

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

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

 a { background-color: rgb(173,127,51); }

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

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

 span { border-color: rgb(173,127,51); }

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