#A4764C

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

Shades of Pale Brown #A4764C

Tints of Pale Brown #A4764C

Color information

#A4764C (or 0xA4764C) is unknown color: approx Pale Brown. HEX triplet: A4, 76 and 4C. RGB value is (164,118,76). Sum of RGB (Red+Green+Blue) = 164+118+76=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4764C is #5B89B3. Grayscale: #7F7F7F. Windows color (decimal): -5999028 or 5011108. OLE color: 5011108.

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

Color convert

RGB16411876-
CMYK00.280.540.36
HSL28.64º36.67%47.06%-
HSV(B)28.64º53.66%64.31%-
XYZ23.0921.379.75-
YUV126.9799.24154.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 76 (30.08% from 255) = 21.23%
R=45.81%
G=32.96%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641187600.280.540.3628.6436.6747.06
HexA4764C01C36241d252f
Octal2441661140346644354557
Binary101001001110110100110001110011011010010011101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4764C; }

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

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

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

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

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

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

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

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