#AC812F

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

Shades of Mandalay #AC812F

Tints of Mandalay #AC812F

Color information

#AC812F (or 0xAC812F) is unknown color: approx Mandalay. HEX triplet: AC, 81 and 2F. RGB value is (172,129,47). Sum of RGB (Red+Green+Blue) = 172+129+47=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC812F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC812F is #537ED0. Grayscale: #848484. Windows color (decimal): -5471953 or 3113388. OLE color: 3113388.

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

Color convert

RGB17212947-
CMYK00.250.730.33
HSL39.36º57.08%42.94%-
HSV(B)39.36º72.67%67.45%-
XYZ25.3824.686.11-
YUV132.5179.75156.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 47 (18.75% from 255) = 13.51%
R=49.43%
G=37.07%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721294700.250.730.3339.3657.0842.94
HexAC812F019492127392b
Octal2542015703111141477153
Binary10101100100000011011110110011001001100001100111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC812F; }

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

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

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

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

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

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

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

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