#A57855

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

Shades of Pale Brown #A57855

Tints of Pale Brown #A57855

Color information

#A57855 (or 0xA57855) is unknown color: approx Pale Brown. HEX triplet: A5, 78 and 55. RGB value is (165,120,85). Sum of RGB (Red+Green+Blue) = 165+120+85=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A57855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57855 is #5A87AA. Grayscale: #818181. Windows color (decimal): -5932971 or 5601445. OLE color: 5601445.

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

Color convert

RGB16512085-
CMYK00.270.480.35
HSL26.25º32%49.02%-
HSV(B)26.25º48.48%64.71%-
XYZ23.8722.0911.6-
YUV129.46102.91153.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 85 (33.59% from 255) = 22.97%
R=44.59%
G=32.43%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651208500.270.480.3526.253249.02
HexA5785501B30231a2031
Octal2451701250336043324061
Binary101001011111000101010101101111000010001111010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57855; }

 p { color: rgb(165,120,85); }

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

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

 a { background-color: rgb(165,120,85); }

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

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

 span { border-color: rgb(165,120,85); }

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