#AC7C5F

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

Shades of Medium Wood #AC7C5F

Tints of Medium Wood #AC7C5F

Color information

#AC7C5F (or 0xAC7C5F) is unknown color: approx Medium Wood. HEX triplet: AC, 7C and 5F. RGB value is (172,124,95). Sum of RGB (Red+Green+Blue) = 172+124+95=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C5F is #5383A0. Grayscale: #878787. Windows color (decimal): -5473185 or 6257836. OLE color: 6257836.

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

Color convert

RGB17212495-
CMYK00.280.450.33
HSL22.6º31.69%52.35%-
HSV(B)22.6º44.77%67.45%-
XYZ26.2924.0114.08-
YUV135.05105.4154.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=43.99%
G=31.71%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721249500.280.450.3322.631.6952.35
HexAC7C5F01C2D21172034
Octal2541741370345541274064
Binary101011001111100101111101110010110110000110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C5F; }

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

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

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

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

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

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

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

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