#AC7B5C

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

Shades of Medium Wood #AC7B5C

Tints of Medium Wood #AC7B5C

Color information

#AC7B5C (or 0xAC7B5C) is unknown color: approx Medium Wood. HEX triplet: AC, 7B and 5C. RGB value is (172,123,92). Sum of RGB (Red+Green+Blue) = 172+123+92=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B5C is #5384A3. Grayscale: #868686. Windows color (decimal): -5473444 or 6060972. OLE color: 6060972.

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

Color convert

RGB17212392-
CMYK00.280.470.33
HSL23.25º32.52%51.76%-
HSV(B)23.25º46.51%67.45%-
XYZ26.0323.7113.33-
YUV134.12104.23155.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=44.44%
G=31.78%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721239200.280.470.3323.2532.5251.76
HexAC7B5C01C2F21172134
Octal2541731340345741274164
Binary101011001111011101110001110010111110000110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B5C; }

 p { color: rgb(172,123,92); }

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

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

 a { background-color: rgb(172,123,92); }

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

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

 span { border-color: rgb(172,123,92); }

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