#A57957

Color #A57957 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #A57957

Tints of Pale Brown #A57957

Color information

#A57957 (or 0xA57957) is unknown color: approx Pale Brown. HEX triplet: A5, 79 and 57. RGB value is (165,121,87). Sum of RGB (Red+Green+Blue) = 165+121+87=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A57957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57957 is #5A86A8. Grayscale: #828282. Windows color (decimal): -5932713 or 5732773. OLE color: 5732773.

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

Color convert

RGB16512187-
CMYK00.270.470.35
HSL26.15º30.95%49.41%-
HSV(B)26.15º47.27%64.71%-
XYZ24.0722.3612.06-
YUV130.28103.58152.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=44.24%
G=32.44%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651218700.270.470.3526.1530.9549.41
HexA5795701B2F231a1f31
Octal2451711270335743323761
Binary10100101111100110101110110111011111000111101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57957; }

 p { color: rgb(165,121,87); }

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

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

 a { background-color: rgb(165,121,87); }

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

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

 span { border-color: rgb(165,121,87); }

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