#A57F62

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

Shades of Medium Wood #A57F62

Tints of Medium Wood #A57F62

Color information

#A57F62 (or 0xA57F62) is unknown color: approx Medium Wood. HEX triplet: A5, 7F and 62. RGB value is (165,127,98). Sum of RGB (Red+Green+Blue) = 165+127+98=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F62 is #5A809D. Grayscale: #878787. Windows color (decimal): -5931166 or 6455205. OLE color: 6455205.

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

Color convert

RGB16512798-
CMYK00.230.410.35
HSL25.97º27.13%51.57%-
HSV(B)25.97º40.61%64.71%-
XYZ25.3124.0614.87-
YUV135.06107.09149.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 98 (38.67% from 255) = 25.13%
R=42.31%
G=32.56%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651279800.230.410.3525.9727.1351.57
HexA57F6201729231a1b34
Octal2451771420275143323364
Binary10100101111111111000100101111010011000111101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F62; }

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

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

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

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

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

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

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

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