#ac7d5d

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

Shades of Medium Wood #AC7D5D

Tints of Medium Wood #AC7D5D

Color information

#AC7D5D (or 0xAC7D5D) is unknown color: approx Medium Wood. HEX triplet: AC, 7D and 5D. RGB value is (172,125,93). Sum of RGB (Red+Green+Blue) = 172+125+93=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D5D is #5382A2. Grayscale: #878787. Windows color (decimal): -5472931 or 6127020. OLE color: 6127020.

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

Color convert

RGB17212593-
CMYK00.270.460.33
HSL24.3º32.24%51.96%-
HSV(B)24.3º45.93%67.45%-
XYZ26.3224.2313.65-
YUV135.4104.07154.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=44.10%
G=32.05%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721259300.270.460.3324.332.2451.96
HexAC7D5D01B2E21182034
Octal2541751350335641304064
Binary101011001111101101110101101110111010000111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac7d5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac7d5d; }

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

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

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

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

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

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

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

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