#A4744B

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

Shades of Pale Brown #A4744B

Tints of Pale Brown #A4744B

Color information

#A4744B (or 0xA4744B) is unknown color: approx Pale Brown. HEX triplet: A4, 74 and 4B. RGB value is (164,116,75). Sum of RGB (Red+Green+Blue) = 164+116+75=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4744B is #5B8BB4. Grayscale: #7D7D7D. Windows color (decimal): -5999541 or 4945060. OLE color: 4945060.

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

Color convert

RGB16411675-
CMYK00.290.540.36
HSL27.64º37.24%46.86%-
HSV(B)27.64º54.27%64.31%-
XYZ22.8320.899.49-
YUV125.6899.4155.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=46.20%
G=32.68%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641167500.290.540.3627.6437.2446.86
HexA4744B01D36241c252f
Octal2441641130356644344557
Binary101001001110100100101101110111011010010011100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4744B; }

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

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

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

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

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

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

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

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