#A47653

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

Shades of Pale Brown #A47653

Tints of Pale Brown #A47653

Color information

#A47653 (or 0xA47653) is unknown color: approx Pale Brown. HEX triplet: A4, 76 and 53. RGB value is (164,118,83). Sum of RGB (Red+Green+Blue) = 164+118+83=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A47653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47653 is #5B89AC. Grayscale: #7F7F7F. Windows color (decimal): -5999021 or 5469860. OLE color: 5469860.

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

Color convert

RGB16411883-
CMYK00.280.490.36
HSL25.93º32.79%48.43%-
HSV(B)25.93º49.39%64.31%-
XYZ23.3521.4711.1-
YUV127.76102.74153.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=44.93%
G=32.33%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641188300.280.490.3625.9332.7948.43
HexA4765301C31241a2130
Octal2441661230346144324160
Binary101001001110110101001101110011000110010011010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47653; }

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

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

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

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

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

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

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

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