#AC8465

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

Shades of Medium Wood #AC8465

Tints of Medium Wood #AC8465

Color information

#AC8465 (or 0xAC8465) is unknown color: approx Medium Wood. HEX triplet: AC, 84 and 65. RGB value is (172,132,101). Sum of RGB (Red+Green+Blue) = 172+132+101=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8465 is #537B9A. Grayscale: #8C8C8C. Windows color (decimal): -5471131 or 6653100. OLE color: 6653100.

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

Color convert

RGB172132101-
CMYK00.230.410.33
HSL26.2º29.96%53.53%-
HSV(B)26.2º41.28%67.45%-
XYZ27.6126.2115.92-
YUV140.43105.75150.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=42.47%
G=32.59%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213210100.230.410.3326.229.9653.53
HexAC846501729211a1e36
Octal2542041450275141323666
Binary101011001000010011001010101111010011000011101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8465; }

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

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

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

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

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

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

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

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