#AC7F62

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

Shades of Medium Wood #AC7F62

Tints of Medium Wood #AC7F62

Color information

#AC7F62 (or 0xAC7F62) is unknown color: approx Medium Wood. HEX triplet: AC, 7F and 62. RGB value is (172,127,98). Sum of RGB (Red+Green+Blue) = 172+127+98=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F62 is #53809D. Grayscale: #898989. Windows color (decimal): -5472414 or 6455212. OLE color: 6455212.

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

Color convert

RGB17212798-
CMYK00.260.430.33
HSL23.51º30.83%52.94%-
HSV(B)23.51º43.02%67.45%-
XYZ26.8124.8314.94-
YUV137.15105.91152.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 98 (38.67% from 255) = 24.69%
R=43.32%
G=31.99%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721279800.260.430.3323.5130.8352.94
HexAC7F6201A2B21181f35
Octal2541771420325341303765
Binary10101100111111111000100110101010111000011100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F62; }

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

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

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

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

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

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

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

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