#AC7B3E

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

Shades of Mandalay #AC7B3E

Tints of Mandalay #AC7B3E

Color information

#AC7B3E (or 0xAC7B3E) is unknown color: approx Mandalay. HEX triplet: AC, 7B and 3E. RGB value is (172,123,62). Sum of RGB (Red+Green+Blue) = 172+123+62=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B3E is #5384C1. Grayscale: #828282. Windows color (decimal): -5473474 or 4094892. OLE color: 4094892.

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

Color convert

RGB17212362-
CMYK00.280.640.33
HSL33.27º47.01%45.88%-
HSV(B)33.27º63.95%67.45%-
XYZ24.9723.287.74-
YUV130.789.23157.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 62 (24.61% from 255) = 17.37%
R=48.18%
G=34.45%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721236200.280.640.3333.2747.0145.88
HexAC7B3E01C4021212f2e
Octal2541737603410041415756
Binary1010110011110111111100111001000000100001100001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B3E; }

 p { color: rgb(172,123,62); }

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

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

 a { background-color: rgb(172,123,62); }

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

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

 span { border-color: rgb(172,123,62); }

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