#AC815D

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

Shades of Medium Wood #AC815D

Tints of Medium Wood #AC815D

Color information

#AC815D (or 0xAC815D) is unknown color: approx Medium Wood. HEX triplet: AC, 81 and 5D. RGB value is (172,129,93). Sum of RGB (Red+Green+Blue) = 172+129+93=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC815D is #537EA2. Grayscale: #898989. Windows color (decimal): -5471907 or 6128044. OLE color: 6128044.

HSL color Cylindrical-coordinate representation of color #AC815D: hue angle of 27.34º 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 #AC815D is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17212993-
CMYK00.250.460.33
HSL27.34º32.24%51.96%-
HSV(B)27.34º45.93%67.45%-
XYZ26.8425.2613.82-
YUV137.75102.75152.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 129 (50.78% from 255) = 32.74%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=43.65%
G=32.74%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721299300.250.460.3327.3432.2451.96
HexAC815D0192E211b2034
Octal2542011350315641334064
Binary1010110010000001101110101100110111010000111011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC815D; }

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

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

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

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

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

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

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

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