#A4734E

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

Shades of Pale Brown #A4734E

Tints of Pale Brown #A4734E

Color information

#A4734E (or 0xA4734E) is unknown color: approx Pale Brown. HEX triplet: A4, 73 and 4E. RGB value is (164,115,78). Sum of RGB (Red+Green+Blue) = 164+115+78=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4734E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4734E is #5B8CB1. Grayscale: #7D7D7D. Windows color (decimal): -5999794 or 5141412. OLE color: 5141412.

HSL color Cylindrical-coordinate representation of color #A4734E: hue angle of 25.81º degrees, saturation: 0.36, 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 #A4734E is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16411578-
CMYK00.300.520.36
HSL25.81º35.54%47.45%-
HSV(B)25.81º52.44%64.31%-
XYZ22.8220.710-
YUV125.43101.23155.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=45.94%
G=32.21%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641157800.300.520.3625.8135.5447.45
HexA4734E01E34241a242f
Octal2441631160366444324457
Binary101001001110011100111001111011010010010011010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4734E; }

 p { color: rgb(164,115,78); }

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

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

 a { background-color: rgb(164,115,78); }

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

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

 span { border-color: rgb(164,115,78); }

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