#AC7E6C

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

Shades of Medium Wood #AC7E6C

Tints of Medium Wood #AC7E6C

Color information

#AC7E6C (or 0xAC7E6C) is unknown color: approx Medium Wood. HEX triplet: AC, 7E and 6C. RGB value is (172,126,108). Sum of RGB (Red+Green+Blue) = 172+126+108=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E6C is #538193. Grayscale: #898989. Windows color (decimal): -5472660 or 7110316. OLE color: 7110316.

HSL color Cylindrical-coordinate representation of color #AC7E6C: hue angle of 16.87º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC7E6C is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB172126108-
CMYK00.270.370.33
HSL16.87º27.83%54.9%-
HSV(B)16.87º37.21%67.45%-
XYZ27.1824.7817.54-
YUV137.7111.24152.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 126 (49.61% from 255) = 31.03%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=42.36%
G=31.03%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212610800.270.370.3316.8727.8354.9
HexAC7E6C01B2521111c37
Octal2541761540334541213467
Binary10101100111111011011000110111001011000011000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E6C; }

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

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

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

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

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

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

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

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