#AC7D37

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

Shades of Mandalay #AC7D37

Tints of Mandalay #AC7D37

Color information

#AC7D37 (or 0xAC7D37) is unknown color: approx Mandalay. HEX triplet: AC, 7D and 37. RGB value is (172,125,55). Sum of RGB (Red+Green+Blue) = 172+125+55=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D37 is #5382C8. Grayscale: #838383. Windows color (decimal): -5472969 or 3636652. OLE color: 3636652.

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

Color convert

RGB17212555-
CMYK00.270.680.33
HSL35.9º51.54%44.51%-
HSV(B)35.9º68.02%67.45%-
XYZ25.0423.716.87-
YUV131.0785.07157.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 55 (21.88% from 255) = 15.62%
R=48.86%
G=35.51%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721255500.270.680.3335.951.5444.51
HexAC7D3701B442124342d
Octal2541756703310441446455
Binary1010110011111011101110110111000100100001100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D37; }

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

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

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

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

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

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

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

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