#A07C62

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

Shades of Medium Wood #A07C62

Tints of Medium Wood #A07C62

Color information

#A07C62 (or 0xA07C62) is unknown color: approx Medium Wood. HEX triplet: A0, 7C and 62. RGB value is (160,124,98). Sum of RGB (Red+Green+Blue) = 160+124+98=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C62 is #5F839D. Grayscale: #838383. Windows color (decimal): -6259614 or 6454432. OLE color: 6454432.

HSL color Cylindrical-coordinate representation of color #A07C62: hue angle of 25.16º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A07C62 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB16012498-
CMYK00.220.390.37
HSL25.16º24.6%50.59%-
HSV(B)25.16º38.75%62.75%-
XYZ23.9122.7714.69-
YUV131.8108.93148.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 98 (38.67% from 255) = 25.65%
R=41.88%
G=32.46%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601249800.220.390.3725.1624.650.59
HexA07C620162725191933
Octal2401741420264745313163
Binary10100000111110011000100101101001111001011100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C62; }

 p { color: rgb(160,124,98); }

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

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

 a { background-color: rgb(160,124,98); }

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

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

 span { border-color: rgb(160,124,98); }

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