#AC8569

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

Shades of Medium Wood #AC8569

Tints of Medium Wood #AC8569

Color information

#AC8569 (or 0xAC8569) is unknown color: approx Medium Wood. HEX triplet: AC, 85 and 69. RGB value is (172,133,105). Sum of RGB (Red+Green+Blue) = 172+133+105=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8569 is #537A96. Grayscale: #8D8D8D. Windows color (decimal): -5470871 or 6915500. OLE color: 6915500.

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

Color convert

RGB172133105-
CMYK00.230.390.33
HSL25.07º28.76%54.31%-
HSV(B)25.07º38.95%67.45%-
XYZ27.9526.5717.02-
YUV141.47107.42149.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 105 (41.41% from 255) = 25.61%
R=41.95%
G=32.44%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213310500.230.390.3325.0728.7654.31
HexAC85690172721191d36
Octal2542051510274741313566
Binary101011001000010111010010101111001111000011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8569; }

 p { color: rgb(172,133,105); }

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

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

 a { background-color: rgb(172,133,105); }

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

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

 span { border-color: rgb(172,133,105); }

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