#A47552

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

Shades of Pale Brown #A47552

Tints of Pale Brown #A47552

Color information

#A47552 (or 0xA47552) is unknown color: approx Pale Brown. HEX triplet: A4, 75 and 52. RGB value is (164,117,82). Sum of RGB (Red+Green+Blue) = 164+117+82=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A47552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47552 is #5B8AAD. Grayscale: #7F7F7F. Windows color (decimal): -5999278 or 5404068. OLE color: 5404068.

HSL color Cylindrical-coordinate representation of color #A47552: hue angle of 25.61º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47552 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB16411782-
CMYK00.290.50.36
HSL25.61º33.33%48.24%-
HSV(B)25.61º50%64.31%-
XYZ23.1921.2210.86-
YUV127.06102.57154.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.18%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=45.18%
G=32.23%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641178200.290.50.3625.6133.3348.24
HexA4755201D32241a2130
Octal2441651220356244324160
Binary101001001110101101001001110111001010010011010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47552; }

 p { color: rgb(164,117,82); }

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

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

 a { background-color: rgb(164,117,82); }

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

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

 span { border-color: rgb(164,117,82); }

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