#AC7C35

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

Shades of Mandalay #AC7C35

Tints of Mandalay #AC7C35

Color information

#AC7C35 (or 0xAC7C35) is unknown color: approx Mandalay. HEX triplet: AC, 7C and 35. RGB value is (172,124,53). Sum of RGB (Red+Green+Blue) = 172+124+53=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C35 is #5383CA. Grayscale: #828282. Windows color (decimal): -5473227 or 3505324. OLE color: 3505324.

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

Color convert

RGB17212453-
CMYK00.280.690.33
HSL35.8º52.89%44.12%-
HSV(B)35.8º69.19%67.45%-
XYZ24.8623.446.58-
YUV130.2684.4157.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 53 (21.09% from 255) = 15.19%
R=49.28%
G=35.53%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721245300.280.690.3335.852.8944.12
HexAC7C3501C452124352c
Octal2541746503410541446554
Binary1010110011111001101010111001000101100001100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C35; }

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

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

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

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

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

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

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

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