#A5744F

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

Shades of Pale Brown #A5744F

Tints of Pale Brown #A5744F

Color information

#A5744F (or 0xA5744F) is unknown color: approx Pale Brown. HEX triplet: A5, 74 and 4F. RGB value is (165,116,79). Sum of RGB (Red+Green+Blue) = 165+116+79=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5744F is #5A8BB0. Grayscale: #7E7E7E. Windows color (decimal): -5934001 or 5207205. OLE color: 5207205.

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

Color convert

RGB16511679-
CMYK00.300.520.35
HSL25.81º35.25%47.84%-
HSV(B)25.81º52.12%64.71%-
XYZ23.1721.0510.24-
YUV126.43101.23155.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=45.83%
G=32.22%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651167900.300.520.3525.8135.2547.84
HexA5744F01E34231a2330
Octal2451641170366443324360
Binary101001011110100100111101111011010010001111010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5744F; }

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

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

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

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

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

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

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

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