#AC8132

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

Shades of Mandalay #AC8132

Tints of Mandalay #AC8132

Color information

#AC8132 (or 0xAC8132) is unknown color: approx Mandalay. HEX triplet: AC, 81 and 32. RGB value is (172,129,50). Sum of RGB (Red+Green+Blue) = 172+129+50=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8132 is #537ECD. Grayscale: #858585. Windows color (decimal): -5471950 or 3309996. OLE color: 3309996.

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

Color convert

RGB17212950-
CMYK00.250.710.33
HSL38.85º54.95%43.53%-
HSV(B)38.85º70.93%67.45%-
XYZ25.4424.76.44-
YUV132.8581.25155.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 50 (19.92% from 255) = 14.25%
R=49.00%
G=36.75%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721295000.250.710.3338.8554.9543.53
HexAC8132019472127372c
Octal2542016203110741476754
Binary10101100100000011100100110011000111100001100111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8132; }

 p { color: rgb(172,129,50); }

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

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

 a { background-color: rgb(172,129,50); }

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

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

 span { border-color: rgb(172,129,50); }

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