#A4744A

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

Shades of Pale Brown #A4744A

Tints of Pale Brown #A4744A

Color information

#A4744A (or 0xA4744A) is unknown color: approx Pale Brown. HEX triplet: A4, 74 and 4A. RGB value is (164,116,74). Sum of RGB (Red+Green+Blue) = 164+116+74=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4744A is #5B8BB5. Grayscale: #7D7D7D. Windows color (decimal): -5999542 or 4879524. OLE color: 4879524.

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

Color convert

RGB16411674-
CMYK00.290.550.36
HSL28º37.82%46.67%-
HSV(B)28º54.88%64.31%-
XYZ22.7920.889.31-
YUV125.5698.9155.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.33%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=46.33%
G=32.77%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641167400.290.550.362837.8246.67
HexA4744A01D37241c262f
Octal2441641120356744344657
Binary101001001110100100101001110111011110010011100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4744A; }

 p { color: rgb(164,116,74); }

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

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

 a { background-color: rgb(164,116,74); }

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

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

 span { border-color: rgb(164,116,74); }

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