#A3714A

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

Shades of Pale Brown #A3714A

Tints of Pale Brown #A3714A

Color information

#A3714A (or 0xA3714A) is unknown color: approx Pale Brown. HEX triplet: A3, 71 and 4A. RGB value is (163,113,74). Sum of RGB (Red+Green+Blue) = 163+113+74=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A3714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3714A is #5C8EB5. Grayscale: #7B7B7B. Windows color (decimal): -6065846 or 4878755. OLE color: 4878755.

HSL color Cylindrical-coordinate representation of color #A3714A: hue angle of 26.29º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3714A is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16311374-
CMYK00.310.550.36
HSL26.29º37.55%46.47%-
HSV(B)26.29º54.6%63.92%-
XYZ22.2520.099.18-
YUV123.5100.06156.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=46.57%
G=32.29%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631137400.310.550.3626.2937.5546.47
HexA3714A01F37241a262e
Octal2431611120376744324656
Binary101000111110001100101001111111011110010011010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3714A; }

 p { color: rgb(163,113,74); }

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

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

 a { background-color: rgb(163,113,74); }

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

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

 span { border-color: rgb(163,113,74); }

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