#A57756

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

Shades of Pale Brown #A57756

Tints of Pale Brown #A57756

Color information

#A57756 (or 0xA57756) is unknown color: approx Pale Brown. HEX triplet: A5, 77 and 56. RGB value is (165,119,86). Sum of RGB (Red+Green+Blue) = 165+119+86=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A57756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57756 is #5A88A9. Grayscale: #818181. Windows color (decimal): -5933226 or 5666725. OLE color: 5666725.

HSL color Cylindrical-coordinate representation of color #A57756: hue angle of 25.06º 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 #A57756 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16511986-
CMYK00.280.480.35
HSL25.06º31.47%49.22%-
HSV(B)25.06º47.88%64.71%-
XYZ23.7921.8611.77-
YUV128.99103.74153.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 119 (46.88% from 255) = 32.16%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=44.59%
G=32.16%
B=23.24%

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
Decimal1651198600.280.480.3525.0631.4749.22
HexA5775601C3023191f31
Octal2451671260346043313761
Binary10100101111011110101100111001100001000111100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57756; }

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

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

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

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

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

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

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

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