#A07D63

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

Shades of Medium Wood #A07D63

Tints of Medium Wood #A07D63

Color information

#A07D63 (or 0xA07D63) is unknown color: approx Medium Wood. HEX triplet: A0, 7D and 63. RGB value is (160,125,99). Sum of RGB (Red+Green+Blue) = 160+125+99=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D63 is #5F829C. Grayscale: #848484. Windows color (decimal): -6259357 or 6520224. OLE color: 6520224.

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

Color convert

RGB16012599-
CMYK00.220.380.37
HSL25.57º24.3%50.78%-
HSV(B)25.57º38.12%62.75%-
XYZ24.0823.0414.98-
YUV132.5109.1147.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 125 (49.22% from 255) = 32.55%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=41.67%
G=32.55%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601259900.220.380.3725.5724.350.78
HexA07D6301626251a1833
Octal2401751430264645323063
Binary10100000111110111000110101101001101001011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07D63; }

 p { color: rgb(160,125,99); }

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

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

 a { background-color: rgb(160,125,99); }

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

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

 span { border-color: rgb(160,125,99); }

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