#A57B63

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

Shades of Medium Wood #A57B63

Tints of Medium Wood #A57B63

Color information

#A57B63 (or 0xA57B63) is unknown color: approx Medium Wood. HEX triplet: A5, 7B and 63. RGB value is (165,123,99). Sum of RGB (Red+Green+Blue) = 165+123+99=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B63 is #5A849C. Grayscale: #848484. Windows color (decimal): -5932189 or 6519717. OLE color: 6519717.

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

Color convert

RGB16512399-
CMYK00.250.400.35
HSL21.82º26.83%51.76%-
HSV(B)21.82º40%64.71%-
XYZ24.8523.0714.95-
YUV132.82108.91150.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=42.64%
G=31.78%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651239900.250.400.3521.8226.8351.76
HexA57B630192823161b34
Octal2451731430315043263364
Binary10100101111101111000110110011010001000111011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B63; }

 p { color: rgb(165,123,99); }

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

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

 a { background-color: rgb(165,123,99); }

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

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

 span { border-color: rgb(165,123,99); }

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