#AC7F5B

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

Shades of Medium Wood #AC7F5B

Tints of Medium Wood #AC7F5B

Color information

#AC7F5B (or 0xAC7F5B) is unknown color: approx Medium Wood. HEX triplet: AC, 7F and 5B. RGB value is (172,127,91). Sum of RGB (Red+Green+Blue) = 172+127+91=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F5B is #5380A4. Grayscale: #888888. Windows color (decimal): -5472421 or 5996460. OLE color: 5996460.

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

Color convert

RGB17212791-
CMYK00.260.470.33
HSL26.67º32.79%51.57%-
HSV(B)26.67º47.09%67.45%-
XYZ26.4924.713.27-
YUV136.35102.41153.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 91 (35.94% from 255) = 23.33%
R=44.10%
G=32.56%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721279100.260.470.3326.6732.7951.57
HexAC7F5B01A2F211b2134
Octal2541771330325741334164
Binary101011001111111101101101101010111110000111011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F5B; }

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

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

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

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

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

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

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

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