#A57D67

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

Shades of Medium Wood #A57D67

Tints of Medium Wood #A57D67

Color information

#A57D67 (or 0xA57D67) is unknown color: approx Medium Wood. HEX triplet: A5, 7D and 67. RGB value is (165,125,103). Sum of RGB (Red+Green+Blue) = 165+125+103=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D67 is #5A8298. Grayscale: #868686. Windows color (decimal): -5931673 or 6782373. OLE color: 6782373.

HSL color Cylindrical-coordinate representation of color #A57D67: hue angle of 21.29º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A57D67 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB165125103-
CMYK00.240.380.35
HSL21.29º25.62%52.55%-
HSV(B)21.29º37.58%64.71%-
XYZ25.323.6516.06-
YUV134.45110.25149.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 125 (49.22% from 255) = 31.81%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=41.98%
G=31.81%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512510300.240.380.3521.2925.6252.55
HexA57D670182623151a35
Octal2451751470304643253265
Binary10100101111110111001110110001001101000111010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D67; }

 p { color: rgb(165,125,103); }

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

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

 a { background-color: rgb(165,125,103); }

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

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

 span { border-color: rgb(165,125,103); }

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