#A57F6E

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

Shades of Medium Wood #A57F6E

Tints of Medium Wood #A57F6E

Color information

#A57F6E (or 0xA57F6E) is unknown color: approx Medium Wood. HEX triplet: A5, 7F and 6E. RGB value is (165,127,110). Sum of RGB (Red+Green+Blue) = 165+127+110=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F6E is #5A8091. Grayscale: #888888. Windows color (decimal): -5931154 or 7241637. OLE color: 7241637.

HSL color Cylindrical-coordinate representation of color #A57F6E: hue angle of 18.55º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A57F6E is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165127110-
CMYK00.230.330.35
HSL18.55º23.4%53.92%-
HSV(B)18.55º33.33%64.71%-
XYZ25.9224.318.08-
YUV136.42113.09148.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=41.04%
G=31.59%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512711000.230.330.3518.5523.453.92
HexA57F6E0172123131736
Octal2451771560274143232766
Binary10100101111111111011100101111000011000111001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F6E; }

 p { color: rgb(165,127,110); }

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

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

 a { background-color: rgb(165,127,110); }

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

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

 span { border-color: rgb(165,127,110); }

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