#A3744F

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

Shades of Pale Brown #A3744F

Tints of Pale Brown #A3744F

Color information

#A3744F (or 0xA3744F) is unknown color: approx Pale Brown. HEX triplet: A3, 74 and 4F. RGB value is (163,116,79). Sum of RGB (Red+Green+Blue) = 163+116+79=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3744F is #5C8BB0. Grayscale: #7E7E7E. Windows color (decimal): -6065073 or 5207203. OLE color: 5207203.

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

Color convert

RGB16311679-
CMYK00.290.520.36
HSL26.43º34.71%47.45%-
HSV(B)26.43º51.53%63.92%-
XYZ22.7620.8410.22-
YUV125.84101.57154.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 79 (31.25% from 255) = 22.07%
R=45.53%
G=32.40%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631167900.290.520.3626.4334.7147.45
HexA3744F01D34241a232f
Octal2431641170356444324357
Binary101000111110100100111101110111010010010011010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3744F; }

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

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

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

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

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

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

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

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