#A5764E

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

Shades of Pale Brown #A5764E

Tints of Pale Brown #A5764E

Color information

#A5764E (or 0xA5764E) is unknown color: approx Pale Brown. HEX triplet: A5, 76 and 4E. RGB value is (165,118,78). Sum of RGB (Red+Green+Blue) = 165+118+78=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5764E is #5A89B1. Grayscale: #7F7F7F. Windows color (decimal): -5933490 or 5142181. OLE color: 5142181.

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

Color convert

RGB16511878-
CMYK00.280.530.35
HSL27.59º35.8%47.65%-
HSV(B)27.59º52.73%64.71%-
XYZ23.3721.5110.13-
YUV127.49100.07154.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 78 (30.86% from 255) = 21.61%
R=45.71%
G=32.69%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651187800.280.530.3527.5935.847.65
HexA5764E01C35231c2430
Octal2451661160346543344460
Binary101001011110110100111001110011010110001111100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5764E; }

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

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

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

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

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

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

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

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