#AC7C5A

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

Shades of Medium Wood #AC7C5A

Tints of Medium Wood #AC7C5A

Color information

#AC7C5A (or 0xAC7C5A) is unknown color: approx Medium Wood. HEX triplet: AC, 7C and 5A. RGB value is (172,124,90). Sum of RGB (Red+Green+Blue) = 172+124+90=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C5A is #5383A5. Grayscale: #868686. Windows color (decimal): -5473190 or 5930156. OLE color: 5930156.

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

Color convert

RGB17212490-
CMYK00.280.480.33
HSL24.88º33.06%51.37%-
HSV(B)24.88º47.67%67.45%-
XYZ26.0723.9212.92-
YUV134.48102.9154.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=44.56%
G=32.12%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721249000.280.480.3324.8833.0651.37
HexAC7C5A01C3021192133
Octal2541741320346041314163
Binary101011001111100101101001110011000010000111001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C5A; }

 p { color: rgb(172,124,90); }

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

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

 a { background-color: rgb(172,124,90); }

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

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

 span { border-color: rgb(172,124,90); }

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