#A57A68

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

Shades of Medium Wood #A57A68

Tints of Medium Wood #A57A68

Color information

#A57A68 (or 0xA57A68) is unknown color: approx Medium Wood. HEX triplet: A5, 7A and 68. RGB value is (165,122,104). Sum of RGB (Red+Green+Blue) = 165+122+104=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A68 is #5A8597. Grayscale: #848484. Windows color (decimal): -5932440 or 6847141. OLE color: 6847141.

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

Color convert

RGB165122104-
CMYK00.260.370.35
HSL17.7º25.31%52.75%-
HSV(B)17.7º36.97%64.71%-
XYZ24.9822.9216.2-
YUV132.8111.75150.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=42.20%
G=31.20%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512210400.260.370.3517.725.3152.75
HexA57A6801A2523121935
Octal2451721500324543223165
Binary10100101111101011010000110101001011000111001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A68; }

 p { color: rgb(165,122,104); }

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

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

 a { background-color: rgb(165,122,104); }

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

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

 span { border-color: rgb(165,122,104); }

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