#AC8467

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

Shades of Medium Wood #AC8467

Tints of Medium Wood #AC8467

Color information

#AC8467 (or 0xAC8467) is unknown color: approx Medium Wood. HEX triplet: AC, 84 and 67. RGB value is (172,132,103). Sum of RGB (Red+Green+Blue) = 172+132+103=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8467 is #537B98. Grayscale: #8C8C8C. Windows color (decimal): -5471129 or 6784172. OLE color: 6784172.

HSL color Cylindrical-coordinate representation of color #AC8467: hue angle of 25.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8467 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172132103-
CMYK00.230.400.33
HSL25.22º29.36%53.92%-
HSV(B)25.22º40.12%67.45%-
XYZ27.7126.2516.44-
YUV140.65106.75150.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=42.26%
G=32.43%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213210300.230.400.3325.2229.3653.92
HexAC84670172821191d36
Octal2542041470275041313566
Binary101011001000010011001110101111010001000011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8467; }

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

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

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

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

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

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

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

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