#AC845D

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

Shades of Medium Wood #AC845D

Tints of Medium Wood #AC845D

Color information

#AC845D (or 0xAC845D) is unknown color: approx Medium Wood. HEX triplet: AC, 84 and 5D. RGB value is (172,132,93). Sum of RGB (Red+Green+Blue) = 172+132+93=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC845D is #537BA2. Grayscale: #8B8B8B. Windows color (decimal): -5471139 or 6128812. OLE color: 6128812.

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

Color convert

RGB17213293-
CMYK00.230.460.33
HSL29.62º32.24%51.96%-
HSV(B)29.62º45.93%67.45%-
XYZ27.2426.0613.95-
YUV139.51101.75151.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=43.32%
G=33.25%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721329300.230.460.3329.6232.2451.96
HexAC845D0172E211e2034
Octal2542041350275641364064
Binary1010110010000100101110101011110111010000111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC845D; }

 p { color: rgb(172,132,93); }

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

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

 a { background-color: rgb(172,132,93); }

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

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

 span { border-color: rgb(172,132,93); }

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