#A57656

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

Shades of Pale Brown #A57656

Tints of Pale Brown #A57656

Color information

#A57656 (or 0xA57656) is unknown color: approx Pale Brown. HEX triplet: A5, 76 and 56. RGB value is (165,118,86). Sum of RGB (Red+Green+Blue) = 165+118+86=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A57656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57656 is #5A89A9. Grayscale: #808080. Windows color (decimal): -5933482 or 5666469. OLE color: 5666469.

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

Color convert

RGB16511886-
CMYK00.280.480.35
HSL24.3º31.47%49.22%-
HSV(B)24.3º47.88%64.71%-
XYZ23.6821.6311.73-
YUV128.4104.07154.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=44.72%
G=31.98%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651188600.280.480.3524.331.4749.22
HexA5765601C3023181f31
Octal2451661260346043303761
Binary10100101111011010101100111001100001000111100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57656; }

 p { color: rgb(165,118,86); }

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

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

 a { background-color: rgb(165,118,86); }

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

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

 span { border-color: rgb(165,118,86); }

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