#AC7A5B

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

Shades of Medium Wood #AC7A5B

Tints of Medium Wood #AC7A5B

Color information

#AC7A5B (or 0xAC7A5B) is unknown color: approx Medium Wood. HEX triplet: AC, 7A and 5B. RGB value is (172,122,91). Sum of RGB (Red+Green+Blue) = 172+122+91=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A5B is #5385A4. Grayscale: #858585. Windows color (decimal): -5473701 or 5995180. OLE color: 5995180.

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

Color convert

RGB17212291-
CMYK00.290.470.33
HSL22.96º32.79%51.57%-
HSV(B)22.96º47.09%67.45%-
XYZ25.8623.4513.06-
YUV133.42104.06155.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=44.68%
G=31.69%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721229100.290.470.3322.9632.7951.57
HexAC7A5B01D2F21172134
Octal2541721330355741274164
Binary101011001111010101101101110110111110000110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A5B; }

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

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

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

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

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

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

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

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