#AC7F6A

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

Shades of Medium Wood #AC7F6A

Tints of Medium Wood #AC7F6A

Color information

#AC7F6A (or 0xAC7F6A) is unknown color: approx Medium Wood. HEX triplet: AC, 7F and 6A. RGB value is (172,127,106). Sum of RGB (Red+Green+Blue) = 172+127+106=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F6A is #538095. Grayscale: #8A8A8A. Windows color (decimal): -5472406 or 6979500. OLE color: 6979500.

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

Color convert

RGB172127106-
CMYK00.260.380.33
HSL19.09º28.45%54.51%-
HSV(B)19.09º38.37%67.45%-
XYZ27.224.9917.03-
YUV138.06109.91152.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=42.47%
G=31.36%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212710600.260.380.3319.0928.4554.51
HexAC7F6A01A2621131c37
Octal2541771520324641233467
Binary10101100111111111010100110101001101000011001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F6A; }

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

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

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

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

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

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

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

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