#A5754D

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

Shades of Pale Brown #A5754D

Tints of Pale Brown #A5754D

Color information

#A5754D (or 0xA5754D) is unknown color: approx Pale Brown. HEX triplet: A5, 75 and 4D. RGB value is (165,117,77). Sum of RGB (Red+Green+Blue) = 165+117+77=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5754D is #5A8AB2. Grayscale: #7F7F7F. Windows color (decimal): -5933747 or 5076389. OLE color: 5076389.

HSL color Cylindrical-coordinate representation of color #A5754D: hue angle of 27.27º 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 #A5754D is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16511777-
CMYK00.290.530.35
HSL27.27º36.36%47.45%-
HSV(B)27.27º53.33%64.71%-
XYZ23.2221.269.9-
YUV126.7999.9155.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=45.96%
G=32.59%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651177700.290.530.3527.2736.3647.45
HexA5754D01D35231b242f
Octal2451651150356543334457
Binary101001011110101100110101110111010110001111011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5754D; }

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

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

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

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

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

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

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

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