#AC7D34

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

Shades of Mandalay #AC7D34

Tints of Mandalay #AC7D34

Color information

#AC7D34 (or 0xAC7D34) is unknown color: approx Mandalay. HEX triplet: AC, 7D and 34. RGB value is (172,125,52). Sum of RGB (Red+Green+Blue) = 172+125+52=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D34 is #5382CB. Grayscale: #838383. Windows color (decimal): -5472972 or 3440044. OLE color: 3440044.

HSL color Cylindrical-coordinate representation of color #AC7D34: hue angle of 36.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC7D34 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17212552-
CMYK00.270.700.33
HSL36.5º53.57%43.92%-
HSV(B)36.5º69.77%67.45%-
XYZ24.9723.696.5-
YUV130.7383.57157.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 125 (49.22% from 255) = 35.82%
BLUE value IS 52 (20.70% from 255) = 14.90%
R=49.28%
G=35.82%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721255200.270.700.3336.553.5743.92
HexAC7D3401B462124362c
Octal2541756403310641446654
Binary1010110011111011101000110111000110100001100100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D34; }

 p { color: rgb(172,125,52); }

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

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

 a { background-color: rgb(172,125,52); }

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

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

 span { border-color: rgb(172,125,52); }

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