#A4764E

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

Shades of Pale Brown #A4764E

Tints of Pale Brown #A4764E

Color information

#A4764E (or 0xA4764E) is unknown color: approx Pale Brown. HEX triplet: A4, 76 and 4E. RGB value is (164,118,78). Sum of RGB (Red+Green+Blue) = 164+118+78=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4764E is #5B89B1. Grayscale: #7F7F7F. Windows color (decimal): -5999026 or 5142180. OLE color: 5142180.

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

Color convert

RGB16411878-
CMYK00.280.520.36
HSL27.91º35.54%47.45%-
HSV(B)27.91º52.44%64.31%-
XYZ23.1621.410.12-
YUV127.19100.24154.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=45.56%
G=32.78%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641187800.280.520.3627.9135.5447.45
HexA4764E01C34241c242f
Octal2441661160346444344457
Binary101001001110110100111001110011010010010011100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4764E; }

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

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

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

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

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

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

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

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