#AC832C

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

Shades of Mandalay #AC832C

Tints of Mandalay #AC832C

Color information

#AC832C (or 0xAC832C) is unknown color: approx Mandalay. HEX triplet: AC, 83 and 2C. RGB value is (172,131,44). Sum of RGB (Red+Green+Blue) = 172+131+44=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC832C is #537CD3. Grayscale: #858585. Windows color (decimal): -5471444 or 2917292. OLE color: 2917292.

HSL color Cylindrical-coordinate representation of color #AC832C: hue angle of 40.78º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC832C is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB17213144-
CMYK00.240.740.33
HSL40.78º59.26%42.35%-
HSV(B)40.78º74.42%67.45%-
XYZ25.5825.195.9-
YUV133.3477.58155.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 44 (17.58% from 255) = 12.68%
R=49.57%
G=37.75%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721314400.240.740.3340.7859.2642.35
HexAC832C0184A21293b2a
Octal2542035403011241517352
Binary10101100100000111011000110001001010100001101001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC832C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC832C; }

 p { color: rgb(172,131,44); }

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

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

 a { background-color: rgb(172,131,44); }

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

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

 span { border-color: rgb(172,131,44); }

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