#AC7F68

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

Shades of Medium Wood #AC7F68

Tints of Medium Wood #AC7F68

Color information

#AC7F68 (or 0xAC7F68) is unknown color: approx Medium Wood. HEX triplet: AC, 7F and 68. RGB value is (172,127,104). Sum of RGB (Red+Green+Blue) = 172+127+104=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F68 is #538097. Grayscale: #898989. Windows color (decimal): -5472408 or 6848428. OLE color: 6848428.

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

Color convert

RGB172127104-
CMYK00.260.400.33
HSL20.29º29.06%54.12%-
HSV(B)20.29º39.53%67.45%-
XYZ27.124.9516.48-
YUV137.83108.91152.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=42.68%
G=31.51%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212710400.260.400.3320.2929.0654.12
HexAC7F6801A2821141d36
Octal2541771500325041243566
Binary10101100111111111010000110101010001000011010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F68; }

 p { color: rgb(172,127,104); }

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

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

 a { background-color: rgb(172,127,104); }

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

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

 span { border-color: rgb(172,127,104); }

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