#AC7D5A

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

Shades of Medium Wood #AC7D5A

Tints of Medium Wood #AC7D5A

Color information

#AC7D5A (or 0xAC7D5A) is unknown color: approx Medium Wood. HEX triplet: AC, 7D and 5A. RGB value is (172,125,90). Sum of RGB (Red+Green+Blue) = 172+125+90=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D5A is #5382A5. Grayscale: #878787. Windows color (decimal): -5472934 or 5930412. OLE color: 5930412.

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

Color convert

RGB17212590-
CMYK00.270.480.33
HSL25.61º33.06%51.37%-
HSV(B)25.61º47.67%67.45%-
XYZ26.1924.1812.96-
YUV135.06102.57154.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=44.44%
G=32.30%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721259000.270.480.3325.6133.0651.37
HexAC7D5A01B30211a2133
Octal2541751320336041324163
Binary101011001111101101101001101111000010000111010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D5A; }

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

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

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

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

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

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

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

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