#A0734B

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

Shades of Pale Brown #A0734B

Tints of Pale Brown #A0734B

Color information

#A0734B (or 0xA0734B) is unknown color: approx Pale Brown. HEX triplet: A0, 73 and 4B. RGB value is (160,115,75). Sum of RGB (Red+Green+Blue) = 160+115+75=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0734B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0734B is #5F8CB4. Grayscale: #7C7C7C. Windows color (decimal): -6261941 or 4944800. OLE color: 4944800.

HSL color Cylindrical-coordinate representation of color #A0734B: hue angle of 28.24º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0734B is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB16011575-
CMYK00.280.530.37
HSL28.24º36.17%46.08%-
HSV(B)28.24º53.12%62.75%-
XYZ21.920.249.41-
YUV123.9100.41153.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 75 (29.69% from 255) = 21.43%
R=45.71%
G=32.86%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601157500.280.530.3728.2436.1746.08
HexA0734B01C35251c242e
Octal2401631130346545344456
Binary101000001110011100101101110011010110010111100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0734B; }

 p { color: rgb(160,115,75); }

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

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

 a { background-color: rgb(160,115,75); }

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

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

 span { border-color: rgb(160,115,75); }

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