#AC7F6C

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

Shades of Medium Wood #AC7F6C

Tints of Medium Wood #AC7F6C

Color information

#AC7F6C (or 0xAC7F6C) is unknown color: approx Medium Wood. HEX triplet: AC, 7F and 6C. RGB value is (172,127,108). Sum of RGB (Red+Green+Blue) = 172+127+108=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F6C is #538093. Grayscale: #8A8A8A. Windows color (decimal): -5472404 or 7110572. OLE color: 7110572.

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

Color convert

RGB172127108-
CMYK00.260.370.33
HSL17.81º27.83%54.9%-
HSV(B)17.81º37.21%67.45%-
XYZ27.3125.0317.58-
YUV138.29110.91152.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 127 (50% from 255) = 31.20%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=42.26%
G=31.20%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212710800.260.370.3317.8127.8354.9
HexAC7F6C01A2521121c37
Octal2541771540324541223467
Binary10101100111111111011000110101001011000011001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F6C; }

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

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

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

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

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

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

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

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