#A3764D

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

Shades of Pale Brown #A3764D

Tints of Pale Brown #A3764D

Color information

#A3764D (or 0xA3764D) is unknown color: approx Pale Brown. HEX triplet: A3, 76 and 4D. RGB value is (163,118,77). Sum of RGB (Red+Green+Blue) = 163+118+77=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3764D is #5C89B2. Grayscale: #7E7E7E. Windows color (decimal): -6064563 or 5076643. OLE color: 5076643.

HSL color Cylindrical-coordinate representation of color #A3764D: hue angle of 28.6º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3764D is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB16311877-
CMYK00.280.530.36
HSL28.6º35.83%47.06%-
HSV(B)28.6º52.76%63.92%-
XYZ22.9221.289.92-
YUV126.7899.91153.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=45.53%
G=32.96%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631187700.280.530.3628.635.8347.06
HexA3764D01C35241d242f
Octal2431661150346544354457
Binary101000111110110100110101110011010110010011101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3764D; }

 p { color: rgb(163,118,77); }

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

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

 a { background-color: rgb(163,118,77); }

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

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

 span { border-color: rgb(163,118,77); }

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