#A5744D

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

Shades of Pale Brown #A5744D

Tints of Pale Brown #A5744D

Color information

#A5744D (or 0xA5744D) is unknown color: approx Pale Brown. HEX triplet: A5, 74 and 4D. RGB value is (165,116,77). Sum of RGB (Red+Green+Blue) = 165+116+77=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5744D is #5A8BB2. Grayscale: #7E7E7E. Windows color (decimal): -5934003 or 5076133. OLE color: 5076133.

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

Color convert

RGB16511677-
CMYK00.300.530.35
HSL26.59º36.36%47.45%-
HSV(B)26.59º53.33%64.71%-
XYZ23.121.039.86-
YUV126.2100.23155.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=46.09%
G=32.40%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651167700.300.530.3526.5936.3647.45
HexA5744D01E35231b242f
Octal2451641150366543334457
Binary101001011110100100110101111011010110001111011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5744D; }

 p { color: rgb(165,116,77); }

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

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

 a { background-color: rgb(165,116,77); }

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

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

 span { border-color: rgb(165,116,77); }

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