#A5754C

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

Shades of Pale Brown #A5754C

Tints of Pale Brown #A5754C

Color information

#A5754C (or 0xA5754C) is unknown color: approx Pale Brown. HEX triplet: A5, 75 and 4C. RGB value is (165,117,76). Sum of RGB (Red+Green+Blue) = 165+117+76=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5754C is #5A8AB3. Grayscale: #7E7E7E. Windows color (decimal): -5933748 or 5010853. OLE color: 5010853.

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

Color convert

RGB16511776-
CMYK00.290.540.35
HSL27.64º36.93%47.25%-
HSV(B)27.64º53.94%64.71%-
XYZ23.1821.249.72-
YUV126.6899.4155.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 76 (30.08% from 255) = 21.23%
R=46.09%
G=32.68%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651177600.290.540.3527.6436.9347.25
HexA5754C01D36231c252f
Octal2451651140356643344557
Binary101001011110101100110001110111011010001111100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5754C; }

 p { color: rgb(165,117,76); }

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

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

 a { background-color: rgb(165,117,76); }

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

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

 span { border-color: rgb(165,117,76); }

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