#A47553

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

Shades of Pale Brown #A47553

Tints of Pale Brown #A47553

Color information

#A47553 (or 0xA47553) is unknown color: approx Pale Brown. HEX triplet: A4, 75 and 53. RGB value is (164,117,83). Sum of RGB (Red+Green+Blue) = 164+117+83=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A47553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47553 is #5B8AAC. Grayscale: #7F7F7F. Windows color (decimal): -5999277 or 5469604. OLE color: 5469604.

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

Color convert

RGB16411783-
CMYK00.290.490.36
HSL25.19º32.79%48.43%-
HSV(B)25.19º49.39%64.31%-
XYZ23.2321.2411.06-
YUV127.18103.07154.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 83 (32.81% from 255) = 22.80%
R=45.05%
G=32.14%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641178300.290.490.3625.1932.7948.43
HexA4755301D3124192130
Octal2441651230356144314160
Binary101001001110101101001101110111000110010011001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47553; }

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

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

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

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

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

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

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

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