#AC7C39

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

Shades of Mandalay #AC7C39

Tints of Mandalay #AC7C39

Color information

#AC7C39 (or 0xAC7C39) is unknown color: approx Mandalay. HEX triplet: AC, 7C and 39. RGB value is (172,124,57). Sum of RGB (Red+Green+Blue) = 172+124+57=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C39 is #5383C6. Grayscale: #838383. Windows color (decimal): -5473223 or 3767468. OLE color: 3767468.

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

Color convert

RGB17212457-
CMYK00.280.670.33
HSL34.96º50.22%44.9%-
HSV(B)34.96º66.86%67.45%-
XYZ24.9623.487.09-
YUV130.7186.4157.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 57 (22.66% from 255) = 16.15%
R=48.73%
G=35.13%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721245700.280.670.3334.9650.2244.9
HexAC7C3901C432123322d
Octal2541747103410341436255
Binary1010110011111001110010111001000011100001100011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C39; }

 p { color: rgb(172,124,57); }

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

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

 a { background-color: rgb(172,124,57); }

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

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

 span { border-color: rgb(172,124,57); }

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