#AC7E68

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

Shades of Medium Wood #AC7E68

Tints of Medium Wood #AC7E68

Color information

#AC7E68 (or 0xAC7E68) is unknown color: approx Medium Wood. HEX triplet: AC, 7E and 68. RGB value is (172,126,104). Sum of RGB (Red+Green+Blue) = 172+126+104=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E68 is #538197. Grayscale: #898989. Windows color (decimal): -5472664 or 6848172. OLE color: 6848172.

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

Color convert

RGB172126104-
CMYK00.270.400.33
HSL19.41º29.06%54.12%-
HSV(B)19.41º39.53%67.45%-
XYZ26.9724.6916.44-
YUV137.25109.24152.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 104 (41.02% from 255) = 25.87%
R=42.79%
G=31.34%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212610400.270.400.3319.4129.0654.12
HexAC7E6801B2821131d36
Octal2541761500335041233566
Binary10101100111111011010000110111010001000011001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E68; }

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

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

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

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

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

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

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

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