#AC7D62

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

Shades of Medium Wood #AC7D62

Tints of Medium Wood #AC7D62

Color information

#AC7D62 (or 0xAC7D62) is unknown color: approx Medium Wood. HEX triplet: AC, 7D and 62. RGB value is (172,125,98). Sum of RGB (Red+Green+Blue) = 172+125+98=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D62 is #53829D. Grayscale: #888888. Windows color (decimal): -5472926 or 6454700. OLE color: 6454700.

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

Color convert

RGB17212598-
CMYK00.270.430.33
HSL21.89º30.83%52.94%-
HSV(B)21.89º43.02%67.45%-
XYZ26.5524.3214.85-
YUV135.98106.57153.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=43.54%
G=31.65%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721259800.270.430.3321.8930.8352.94
HexAC7D6201B2B21161f35
Octal2541751420335341263765
Binary10101100111110111000100110111010111000011011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D62; }

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

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

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

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

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

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

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

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