#A57553

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

Shades of Pale Brown #A57553

Tints of Pale Brown #A57553

Color information

#A57553 (or 0xA57553) is unknown color: approx Pale Brown. HEX triplet: A5, 75 and 53. RGB value is (165,117,83). Sum of RGB (Red+Green+Blue) = 165+117+83=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A57553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57553 is #5A8AAC. Grayscale: #7F7F7F. Windows color (decimal): -5933741 or 5469605. OLE color: 5469605.

HSL color Cylindrical-coordinate representation of color #A57553: hue angle of 24.88º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A57553 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16511783-
CMYK00.290.500.35
HSL24.88º33.06%48.63%-
HSV(B)24.88º49.7%64.71%-
XYZ23.4421.3511.07-
YUV127.48102.9154.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=45.21%
G=32.05%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651178300.290.500.3524.8833.0648.63
HexA5755301D3223192131
Octal2451651230356243314161
Binary101001011110101101001101110111001010001111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57553; }

 p { color: rgb(165,117,83); }

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

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

 a { background-color: rgb(165,117,83); }

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

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

 span { border-color: rgb(165,117,83); }

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