#AC7D69

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

Shades of Medium Wood #AC7D69

Tints of Medium Wood #AC7D69

Color information

#AC7D69 (or 0xAC7D69) is unknown color: approx Medium Wood. HEX triplet: AC, 7D and 69. RGB value is (172,125,105). Sum of RGB (Red+Green+Blue) = 172+125+105=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D69 is #538296. Grayscale: #888888. Windows color (decimal): -5472919 or 6913452. OLE color: 6913452.

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

Color convert

RGB172125105-
CMYK00.270.390.33
HSL17.91º28.76%54.31%-
HSV(B)17.91º38.95%67.45%-
XYZ26.924.4616.67-
YUV136.77110.07153.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=42.79%
G=31.09%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212510500.270.390.3317.9128.7654.31
HexAC7D6901B2721121d36
Octal2541751510334741223566
Binary10101100111110111010010110111001111000011001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D69; }

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

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

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

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

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

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

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

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